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