Struct stm32g0::stm32g0b0::tim1::cr2::MMS2_R[][src]

pub struct MMS2_R(_);
Expand description

Field MMS2 reader - 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

Get enumerated values variant

Checks if the value of the field is B_0X0

Checks if the value of the field is B_0X1

Checks if the value of the field is B_0X2

Checks if the value of the field is B_0X3

Checks if the value of the field is B_0X4

Checks if the value of the field is B_0X5

Checks if the value of the field is B_0X6

Checks if the value of the field is B_0X7

Checks if the value of the field is B_0X8

Checks if the value of the field is B_0X9

Checks if the value of the field is B_0XA

Checks if the value of the field is B_0XB

Checks if the value of the field is B_0XC

Checks if the value of the field is B_0XD

Checks if the value of the field is B_0XE

Checks if the value of the field is B_0XF

Methods from Deref<Target = FieldReader<u8, MMS2_A>>

Reads raw bits from field.

Value of the field as raw bits.

Returns true if the bit is clear (0).

Returns true if the bit is set (1).

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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.