Type Definition stm32l4::stm32l4x5::tim8::egr::CC1G_W

source · []
pub type CC1G_W<'a, const O: u8> = BitWriter<'a, u32, EGR_SPEC, CC1G_AW, O>;
Expand description

Field CC1G writer - Capture/compare 1 generation

Implementations

If CC1 is an output: CC1IF flag is set, Corresponding interrupt or DMA request is sent if enabled. If CC1 is an input: The current value of the counter is captured in TIMx_CCR1 register.