embassy-stm32

Crates

git

Versions

stm32l4p5vg

Flavors

embassy_stm32::rcc

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.