Enum rp_pac::pio::vals::SmExecctrlStatusSel
source · #[repr(u8)]pub enum SmExecctrlStatusSel {
TXLEVEL = 0,
RXLEVEL = 1,
}
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
Implementations§
Trait Implementations§
source§impl Clone for SmExecctrlStatusSel
impl Clone for SmExecctrlStatusSel
source§fn clone(&self) -> SmExecctrlStatusSel
fn clone(&self) -> SmExecctrlStatusSel
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<SmExecctrlStatusSel> for u8
impl From<SmExecctrlStatusSel> for u8
source§fn from(val: SmExecctrlStatusSel) -> u8
fn from(val: SmExecctrlStatusSel) -> u8
Converts to this type from the input type.
source§impl From<u8> for SmExecctrlStatusSel
impl From<u8> for SmExecctrlStatusSel
source§fn from(val: u8) -> SmExecctrlStatusSel
fn from(val: u8) -> SmExecctrlStatusSel
Converts to this type from the input type.
source§impl Ord for SmExecctrlStatusSel
impl Ord for SmExecctrlStatusSel
source§fn cmp(&self, other: &SmExecctrlStatusSel) -> Ordering
fn cmp(&self, other: &SmExecctrlStatusSel) -> 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 SmExecctrlStatusSel
impl PartialEq for SmExecctrlStatusSel
source§impl PartialOrd for SmExecctrlStatusSel
impl PartialOrd for SmExecctrlStatusSel
impl Copy for SmExecctrlStatusSel
impl Eq for SmExecctrlStatusSel
impl StructuralPartialEq for SmExecctrlStatusSel
Auto Trait Implementations§
impl Freeze for SmExecctrlStatusSel
impl RefUnwindSafe for SmExecctrlStatusSel
impl Send for SmExecctrlStatusSel
impl Sync for SmExecctrlStatusSel
impl Unpin for SmExecctrlStatusSel
impl UnwindSafe for SmExecctrlStatusSel
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
)