embassy-stm32

Crates

git

Versions

stm32f412zg

Flavors

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

Function embassy_stm32::rcc::disable_with_cs

source ·
pub fn disable_with_cs<T: RccPeripheral>(cs: CriticalSection<'_>)
Expand description

Disables peripheral T.

§Safety

Peripheral must not be in use.