#[repr(u8)]pub enum Evact0select {
Out = 0,
Set = 1,
Clr = 2,
Tgl = 3,
}
Expand description
PORT Event Action 0
Value on reset: 0
Variants§
Out = 0
0: Event output to pin
Set = 1
1: Set output register of pin on event
Clr = 2
2: Clear output register of pin on event
Tgl = 3
3: Toggle output register of pin on event
Trait Implementations§
Source§impl Clone for Evact0select
impl Clone for Evact0select
Source§fn clone(&self) -> Evact0select
fn clone(&self) -> Evact0select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Evact0select
impl Debug for Evact0select
Source§impl From<Evact0select> for u8
impl From<Evact0select> for u8
Source§fn from(variant: Evact0select) -> Self
fn from(variant: Evact0select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Evact0select
impl PartialEq for Evact0select
impl Copy for Evact0select
impl Eq for Evact0select
impl IsEnum for Evact0select
impl StructuralPartialEq for Evact0select
Auto Trait Implementations§
impl Freeze for Evact0select
impl RefUnwindSafe for Evact0select
impl Send for Evact0select
impl Sync for Evact0select
impl Unpin for Evact0select
impl UnwindSafe for Evact0select
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