Enum rp_pac::pio::vals::ExecctrlStatusSel
source · #[repr(u8)]pub enum ExecctrlStatusSel {
TXLEVEL = 0,
RXLEVEL = 1,
IRQ = 2,
_RESERVED_3 = 3,
}
Variants§
TXLEVEL = 0
All-ones if TX FIFO level < N, otherwise all-zeroes
RXLEVEL = 1
All-ones if RX FIFO level < N, otherwise all-zeroes
IRQ = 2
All-ones if the indexed IRQ flag is raised, otherwise all-zeroes
_RESERVED_3 = 3
Implementations§
Trait Implementations§
source§impl Clone for ExecctrlStatusSel
impl Clone for ExecctrlStatusSel
source§fn clone(&self) -> ExecctrlStatusSel
fn clone(&self) -> ExecctrlStatusSel
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 From<ExecctrlStatusSel> for u8
impl From<ExecctrlStatusSel> for u8
source§fn from(val: ExecctrlStatusSel) -> u8
fn from(val: ExecctrlStatusSel) -> u8
Converts to this type from the input type.
source§impl From<u8> for ExecctrlStatusSel
impl From<u8> for ExecctrlStatusSel
source§fn from(val: u8) -> ExecctrlStatusSel
fn from(val: u8) -> ExecctrlStatusSel
Converts to this type from the input type.
source§impl Ord for ExecctrlStatusSel
impl Ord for ExecctrlStatusSel
source§fn cmp(&self, other: &ExecctrlStatusSel) -> Ordering
fn cmp(&self, other: &ExecctrlStatusSel) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ExecctrlStatusSel
impl PartialEq for ExecctrlStatusSel
source§impl PartialOrd for ExecctrlStatusSel
impl PartialOrd for ExecctrlStatusSel
impl Copy for ExecctrlStatusSel
impl Eq for ExecctrlStatusSel
impl StructuralPartialEq for ExecctrlStatusSel
Auto Trait Implementations§
impl Freeze for ExecctrlStatusSel
impl RefUnwindSafe for ExecctrlStatusSel
impl Send for ExecctrlStatusSel
impl Sync for ExecctrlStatusSel
impl Unpin for ExecctrlStatusSel
impl UnwindSafe for ExecctrlStatusSel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)