Enum Buf0i
pub enum Buf0i {
_0 = 0,
_1 = 1,
}Expand description
Buffer MB0 Interrupt Or Clear FIFO bit
Value on reset: 0
Variants§
_0 = 0
0: The corresponding buffer has no occurrence of successfully completed transmission or reception when MCR[RFEN]=0.
_1 = 1
1: The corresponding buffer has successfully completed transmission or reception when MCR[RFEN]=0.
Trait Implementations§
impl Copy for Buf0i
impl Eq for Buf0i
impl StructuralPartialEq for Buf0i
Auto Trait Implementations§
impl Freeze for Buf0i
impl RefUnwindSafe for Buf0i
impl Send for Buf0i
impl Sync for Buf0i
impl Unpin for Buf0i
impl UnwindSafe for Buf0i
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