Enum rp2040_pac::pio0::sm::sm_execctrl::STATUS_SEL_A
source · pub enum STATUS_SEL_A {
TXLEVEL = 0,
RXLEVEL = 1,
}
Expand description
Comparison used for the MOV x, STATUS instruction.
Value on reset: 0
Variants§
TXLEVEL = 0
0: All-ones if TX FIFO level < N, otherwise all-zeroes
RXLEVEL = 1
1: All-ones if RX FIFO level < N, otherwise all-zeroes
Trait Implementations§
source§impl Clone for STATUS_SEL_A
impl Clone for STATUS_SEL_A
source§fn clone(&self) -> STATUS_SEL_A
fn clone(&self) -> STATUS_SEL_A
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 STATUS_SEL_A
impl Debug for STATUS_SEL_A
source§impl From<STATUS_SEL_A> for bool
impl From<STATUS_SEL_A> for bool
source§fn from(variant: STATUS_SEL_A) -> Self
fn from(variant: STATUS_SEL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for STATUS_SEL_A
impl PartialEq for STATUS_SEL_A
impl Copy for STATUS_SEL_A
impl Eq for STATUS_SEL_A
impl StructuralPartialEq for STATUS_SEL_A
Auto Trait Implementations§
impl Freeze for STATUS_SEL_A
impl RefUnwindSafe for STATUS_SEL_A
impl Send for STATUS_SEL_A
impl Sync for STATUS_SEL_A
impl Unpin for STATUS_SEL_A
impl UnwindSafe for STATUS_SEL_A
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
)