#[repr(u8)]
pub enum EVACT0_A {
OUT,
SET,
CLR,
TGL,
}
Expand description
PORT Event Action 0
Value on reset: 0
Variants
OUT
0: Event output to pin
SET
1: Set output register of pin on event
CLR
2: Clear output register of pin on event
TGL
3: Toggle output register of pin on event
Trait Implementations
impl Copy for EVACT0_A
impl StructuralPartialEq for EVACT0_A
Auto Trait Implementations
impl RefUnwindSafe for EVACT0_A
impl Send for EVACT0_A
impl Sync for EVACT0_A
impl Unpin for EVACT0_A
impl UnwindSafe for EVACT0_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