embassy-stm32

Crates

git

Versions

stm32h503rb

Flavors

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

Function embassy_stm32::rcc::disable

source ·
pub fn disable<T: RccPeripheral>()
Expand description

Disables peripheral T.

§Safety

Peripheral must not be in use.