embassy-stm32

Crates

git

Versions

stm32u575ri

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Function embassy_stm32::rcc::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.