#[repr(u8)]pub enum Rfn {
Show 16 variants
RFN_0 = 0,
RFN_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
RFN_0 = 0
MUA RRn register is not full (default).
RFN_1 = 1
MUA RRn register has received data from MUB TRn register and is ready to be read by the MUA.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Rfn
impl Ord for Rfn
Source§impl PartialOrd for Rfn
impl PartialOrd for Rfn
impl Copy for Rfn
impl Eq for Rfn
impl StructuralPartialEq for Rfn
Auto Trait Implementations§
impl Freeze for Rfn
impl RefUnwindSafe for Rfn
impl Send for Rfn
impl Sync for Rfn
impl Unpin for Rfn
impl UnwindSafe for Rfn
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