pub enum PRDFF {
B0x0 = 0,
B0x1 = 1,
}
Expand description
Payload read FIFO full This bit indicates the full status of the generic read payload FIFO:
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PRDFF
impl Eq for PRDFF
impl StructuralPartialEq for PRDFF
Auto Trait Implementations§
impl Freeze for PRDFF
impl RefUnwindSafe for PRDFF
impl Send for PRDFF
impl Sync for PRDFF
impl Unpin for PRDFF
impl UnwindSafe for PRDFF
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