Type Definition stm32g0::stm32g0c1::tim1::bdtr::MOE_R

source · []
pub type MOE_R = BitReader<MOE_A>;
Expand description

Field MOE reader - Main output enable This bit is cleared asynchronously by hardware as soon as one of the break inputs is active (BRK or BRK2). It is set by software or automatically depending on the AOE bit. It is acting only on the channels which are configured in output. In response to a break event or if MOE is written to 0: OC and OCN outputs are disabled or forced to idle state depending on the OSSI bit. See OC/OCN enable description for more details (enable register (TIM1_CCERTIMx_CCER)N/A).

Implementations

Get enumerated values variant

Checks if the value of the field is DisabledIdle

Checks if the value of the field is Enabled