Struct stm32g0::stm32g0c1::tim1::cr2::MMS2_W[][src]

pub struct MMS2_W<'a> { /* fields omitted */ }
Expand description

Field MMS2 writer - Master mode selection 2 These bits allow the information to be sent to ADC for synchronization (TRGO2) to be selected. The combination is as follows: Note: The clock of the slave timer or ADC must be enabled prior to receive events from the master timer, and must not be changed on-the-fly while triggers are received from the master timer.

Implementations

Writes variant to the field

Reset - the UG bit from the TIMx_EGR register is used as trigger output (TRGO2). If the reset is generated by the trigger input (slave mode controller configured in reset mode), the signal on TRGO2 is delayed compared to the actual reset.

Enable - the Counter Enable signal CNT_EN is used as trigger output (TRGO2). It is useful to start several timers at the same time or to control a window in which a slave timer is enabled. The Counter Enable signal is generated by a logic AND between the 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 TRGO2, except if the Master/Slave mode is selected (see the MSM bit description in TIMx_SMCR register).

Update - the update event is selected as trigger output (TRGO2). For instance, a master timer can then be used as a prescaler for a slave timer.

Compare pulse - the trigger output sends a positive pulse when the CC1IF flag is to be set (even if it was already high), as soon as a capture or compare match occurs (TRGO2).

Compare - OC1REFC signal is used as trigger output (TRGO2)

Compare - OC2REFC signal is used as trigger output (TRGO2)

Compare - OC3REFC signal is used as trigger output (TRGO2)

Compare - OC4REFC signal is used as trigger output (TRGO2)

Compare - OC5REFC signal is used as trigger output (TRGO2)

Compare - OC6REFC signal is used as trigger output (TRGO2)

Compare Pulse - OC4REFC rising or falling edges generate pulses on TRGO2

Compare Pulse - OC6REFC rising or falling edges generate pulses on TRGO2

Compare Pulse - OC4REFC or OC6REFC rising edges generate pulses on TRGO2

Compare Pulse - OC4REFC rising or OC6REFC falling edges generate pulses on TRGO2

Compare Pulse - OC5REFC or OC6REFC rising edges generate pulses on TRGO2

Compare Pulse - OC5REFC rising or OC6REFC falling edges generate pulses on TRGO2

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.