#[repr(u8)]pub enum Buf5i {
ID2 = 0,
ID4 = 1,
}Variants§
ID2 = 0
No occurrence of MB5 completing transmission/reception when MCR[RFEN]=0, or of frame(s) available in the FIFO, when MCR[RFEN]=1
ID4 = 1
MB5 completed transmission/reception when MCR[RFEN]=0, or frame(s) available in the Rx FIFO when MCR[RFEN]=1. It generates a DMA request in case of MCR[RFEN] and MCR[DMA] are enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Buf5i
impl Ord for Buf5i
Source§impl PartialOrd for Buf5i
impl PartialOrd for Buf5i
impl Copy for Buf5i
impl Eq for Buf5i
impl StructuralPartialEq for Buf5i
Auto Trait Implementations§
impl Freeze for Buf5i
impl RefUnwindSafe for Buf5i
impl Send for Buf5i
impl Sync for Buf5i
impl Unpin for Buf5i
impl UnwindSafe for Buf5i
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