Type Definition stm32g0::stm32g0c1::tim6::cr1::CEN_W

source · []
pub type CEN_W<'a, const O: u8> = BitWriter<'a, u32, CR1_SPEC, CEN_A, O>;
Expand description

Field CEN writer - Counter enable Note: Gated mode can work only if the CEN bit has been previously set by software. However trigger mode can set the CEN bit automatically by hardware. CEN is cleared automatically in one-pulse mode, when an update event occurs.

Implementations

Counter disabled

Counter enabled