#[repr(u8)]pub enum TXFIFOSIZE_A {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
}Expand description
Transmit FIFO. Buffer Depth
Value on reset: 0
Variants§
_000 = 0
0: Transmit FIFO/Buffer depth = 1 dataword.
_001 = 1
1: Transmit FIFO/Buffer depth = 4 datawords.
_010 = 2
2: Transmit FIFO/Buffer depth = 8 datawords.
_011 = 3
3: Transmit FIFO/Buffer depth = 16 datawords.
_100 = 4
4: Transmit FIFO/Buffer depth = 32 datawords.
_101 = 5
5: Transmit FIFO/Buffer depth = 64 datawords.
_110 = 6
6: Transmit FIFO/Buffer depth = 128 datawords.
Trait Implementations§
Source§impl Clone for TXFIFOSIZE_A
impl Clone for TXFIFOSIZE_A
Source§fn clone(&self) -> TXFIFOSIZE_A
fn clone(&self) -> TXFIFOSIZE_A
Returns a duplicate 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 TXFIFOSIZE_A
impl Debug for TXFIFOSIZE_A
Source§impl From<TXFIFOSIZE_A> for u8
impl From<TXFIFOSIZE_A> for u8
Source§fn from(variant: TXFIFOSIZE_A) -> Self
fn from(variant: TXFIFOSIZE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TXFIFOSIZE_A
impl PartialEq for TXFIFOSIZE_A
impl Copy for TXFIFOSIZE_A
impl StructuralPartialEq for TXFIFOSIZE_A
Auto Trait Implementations§
impl Freeze for TXFIFOSIZE_A
impl RefUnwindSafe for TXFIFOSIZE_A
impl Send for TXFIFOSIZE_A
impl Sync for TXFIFOSIZE_A
impl Unpin for TXFIFOSIZE_A
impl UnsafeUnpin for TXFIFOSIZE_A
impl UnwindSafe for TXFIFOSIZE_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