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