#[repr(u8)]
pub enum EVOMODE_A {
DEFAULT,
TRIGACT,
}
Expand description
Channel Event Output Mode
Value on reset: 0
Variants
DEFAULT
0: Block event output selection. Refer to BTCTRL.EVOSEL for available selections.
TRIGACT
1: Ongoing trigger action
Trait Implementations
impl Copy for EVOMODE_A
impl StructuralPartialEq for EVOMODE_A
Auto Trait Implementations
impl RefUnwindSafe for EVOMODE_A
impl Send for EVOMODE_A
impl Sync for EVOMODE_A
impl Unpin for EVOMODE_A
impl UnwindSafe for EVOMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more