embassy-stm32

Crates

git

Versions

stm32u031f6

Flavors

enable_and_reset_without_stop

Function enable_and_reset_without_stop 

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

Enables and resets peripheral T without incrementing the stop refcount.

ยงSafety

Peripheral must not be in use.