pub enum RFF_A {
NOT_FULL = 0,
FULL = 1,
}Expand description
RX FIFO Full
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RFF_A
impl Eq for RFF_A
impl StructuralPartialEq for RFF_A
Auto Trait Implementations§
impl Freeze for RFF_A
impl RefUnwindSafe for RFF_A
impl Send for RFF_A
impl Sync for RFF_A
impl Unpin for RFF_A
impl UnwindSafe for RFF_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