pub enum TXFIFOSIZER {
_000,
_001,
_010,
_011,
_100,
_101,
_110,
_Reserved(u8),
}Expand description
Possible values of the field TXFIFOSIZE
Variants§
_000
Transmit FIFO/Buffer depth = 1 dataword.
_001
Transmit FIFO/Buffer depth = 4 datawords.
_010
Transmit FIFO/Buffer depth = 8 datawords.
_011
Transmit FIFO/Buffer depth = 16 datawords.
_100
Transmit FIFO/Buffer depth = 32 datawords.
_101
Transmit FIFO/Buffer depth = 64 datawords.
_110
Transmit FIFO/Buffer depth = 128 datawords.
_Reserved(u8)
Reserved
Implementations§
Source§impl TXFIFOSIZER
impl TXFIFOSIZER
Trait Implementations§
Source§impl Clone for TXFIFOSIZER
impl Clone for TXFIFOSIZER
Source§fn clone(&self) -> TXFIFOSIZER
fn clone(&self) -> TXFIFOSIZER
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 TXFIFOSIZER
impl Debug for TXFIFOSIZER
Source§impl PartialEq for TXFIFOSIZER
impl PartialEq for TXFIFOSIZER
impl Copy for TXFIFOSIZER
impl StructuralPartialEq for TXFIFOSIZER
Auto Trait Implementations§
impl Freeze for TXFIFOSIZER
impl RefUnwindSafe for TXFIFOSIZER
impl Send for TXFIFOSIZER
impl Sync for TXFIFOSIZER
impl Unpin for TXFIFOSIZER
impl UnwindSafe for TXFIFOSIZER
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