Enum stm32wlxx_hal::pac::tim17::bdtr::AOE_A
pub enum AOE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Automatic output enable
Value on reset: 0
Variants§
Disabled = 0
0: MOE can be set only by software
Enabled = 1
1: MOE can be set by software or automatically at the next update event (if none of the break inputs BRK and BRK2 is active)
Trait Implementations§
impl Copy for AOE_A
impl StructuralPartialEq for AOE_A
Auto Trait Implementations§
impl RefUnwindSafe for AOE_A
impl Send for AOE_A
impl Sync for AOE_A
impl Unpin for AOE_A
impl UnwindSafe for AOE_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