pub enum RFOM0W {
Release = 1,
}Expand description
RFOM0
Value on reset: 0
Variants§
Release = 1
1: Set by software to release the output mailbox of the FIFO
Trait Implementations§
impl Copy for RFOM0W
impl Eq for RFOM0W
impl StructuralPartialEq for RFOM0W
Auto Trait Implementations§
impl Freeze for RFOM0W
impl RefUnwindSafe for RFOM0W
impl Send for RFOM0W
impl Sync for RFOM0W
impl Unpin for RFOM0W
impl UnwindSafe for RFOM0W
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