pub enum RXFER {
_0,
_1,
}Expand description
Possible values of the field RXFE
Variants§
_0
Receive FIFO is not enabled. Buffer is depth 1. (Legacy support)
_1
Receive FIFO is enabled. Buffer is depth indicted by RXFIFOSIZE.
Implementations§
Source§impl RXFER
impl RXFER
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for RXFER
impl StructuralPartialEq for RXFER
Auto Trait Implementations§
impl Freeze for RXFER
impl RefUnwindSafe for RXFER
impl Send for RXFER
impl Sync for RXFER
impl Unpin for RXFER
impl UnwindSafe for RXFER
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