Enum Rxfe
pub enum Rxfe {
_0 = 0,
_1 = 1,
}Expand description
Receive FIFO Enable
Value on reset: 0
Variants§
_0 = 0
0: Receive FIFO is not enabled. Buffer is depth 1. (Legacy support)
_1 = 1
1: Receive FIFO is enabled. Buffer is depth indicted by RXFIFOSIZE.
Trait Implementations§
impl Copy for Rxfe
impl Eq for Rxfe
impl StructuralPartialEq for Rxfe
Auto Trait Implementations§
impl Freeze for Rxfe
impl RefUnwindSafe for Rxfe
impl Send for Rxfe
impl Sync for Rxfe
impl Unpin for Rxfe
impl UnwindSafe for Rxfe
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