Enum stm32wlxx_hal::pac::tim16::bdtr::MOE_A
pub enum MOE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Main output enable
Value on reset: 0
Variants§
Disabled = 0
0: OC and OCN outputs are disabled or forced to idle state depending on the OSSI bit
Enabled = 1
1: OC and OCN outputs are enabled if their respective enable bits are set (CCxE, CCxNE in TIMx_CCER register)
Trait Implementations§
impl Copy for MOE_A
impl StructuralPartialEq for MOE_A
Auto Trait Implementations§
impl RefUnwindSafe for MOE_A
impl Send for MOE_A
impl Sync for MOE_A
impl Unpin for MOE_A
impl UnwindSafe for MOE_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more