Constant stm32ral::stm32g0::peripherals::tim15::CR2::MMS::RW::B_0x1[][src]

pub const B_0x1: u32 = 0b001;
Expand description

0b001: Enable - the Counter Enable signal CNT_EN is used as trigger output (TRGO). It is useful to start several timers at the same time or to control a window in which a slave timer is enable. The Counter Enable signal is generated by a logic AND between CEN control bit and the trigger input when configured in gated mode. When the Counter Enable signal is controlled by the trigger input, there is a delay on TRGO, except if the master/slave mode is selected (see the MSM bit description in TIMx_SMCR register).