pub type OC1M_R = FieldReader<u8, OC1M_A>;
Expand description

Field OC1M reader - Output Compare 1 mode These bits define the behavior of the output reference signal OC1REF from which OC1 and OC1N are derived. OC1REF is active high whereas OC1 and OC1N active level depends on CC1P and CC1NP bits. All other values: Reserved Note: These bits can not be modified as long as LOCK level 3 has been programmed (LOCK bits in TIMx_BDTR register) and CC1S=’00’ (the channel is configured in output). In PWM mode 1 or 2, the OCREF level changes only when the result of the comparison changes or when the output compare mode switches from “frozen” mode to “PWM” mode. The OC1M[3] bit is not contiguous, located in bit 16.

Implementations

Get enumerated values variant

Checks if the value of the field is Frozen

Checks if the value of the field is ActiveOnMatch

Checks if the value of the field is InactiveOnMatch

Checks if the value of the field is Toggle

Checks if the value of the field is ForceInactive

Checks if the value of the field is ForceActive

Checks if the value of the field is PwmMode1

Checks if the value of the field is PwmMode2