embassy-stm32

Crates

git

Versions

stm32f101rb

Flavors

embassy_stm32::rcc

Function disable

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

Disables peripheral T.

§Safety

Peripheral must not be in use.