Enum Buf7i
pub enum Buf7i {
_0 = 0,
_1 = 1,
}Expand description
Buffer MB7 Interrupt Or “Rx FIFO Overflow”
Value on reset: 0
Variants§
_0 = 0
0: No occurrence of MB7 completing transmission/reception when MCR[RFEN]=0, or of Rx FIFO overflow when MCR[RFEN]=1
_1 = 1
1: MB7 completed transmission/reception when MCR[RFEN]=0, or Rx FIFO overflow when MCR[RFEN]=1
Trait Implementations§
impl Copy for Buf7i
impl Eq for Buf7i
impl StructuralPartialEq for Buf7i
Auto Trait Implementations§
impl Freeze for Buf7i
impl RefUnwindSafe for Buf7i
impl Send for Buf7i
impl Sync for Buf7i
impl Unpin for Buf7i
impl UnwindSafe for Buf7i
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