embassy-stm32

Crates

git

Versions

stm32g051f8

Flavors

Function enable_and_reset

Source
pub fn enable_and_reset<T: RccPeripheral>()
Expand description

Enables and resets peripheral T.

§Safety

Peripheral must not be in use.