Type Definition stm32g0::stm32g0c1::tim1::bdtr::MOE_W

source · []
pub type MOE_W<'a, const O: u8> = BitWriter<'a, u32, BDTR_SPEC, MOE_A, O>;
Expand description

Field MOE writer - 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

OC/OCN are disabled or forced idle depending on OSSI

OC/OCN are enabled if CCxE/CCxNE are set