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