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