Constant stm32ral::stm32l4::peripherals::tim1::EGR::CC4G::W::Trigger[][src]

pub const Trigger: u32 = 0b1;
Expand description

0b1: 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.