#[repr(u8)]pub enum Rxchcnt {
Show 16 variants
D_1RXCH = 0,
_RESERVED_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§
D_1RXCH = 0
1 DMA Rx Channel
_RESERVED_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
Implementations§
Trait Implementations§
Source§impl Ord for Rxchcnt
impl Ord for Rxchcnt
Source§impl PartialOrd for Rxchcnt
impl PartialOrd for Rxchcnt
impl Copy for Rxchcnt
impl Eq for Rxchcnt
impl StructuralPartialEq for Rxchcnt
Auto Trait Implementations§
impl Freeze for Rxchcnt
impl RefUnwindSafe for Rxchcnt
impl Send for Rxchcnt
impl Sync for Rxchcnt
impl Unpin for Rxchcnt
impl UnwindSafe for Rxchcnt
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