Enum Buf5i
pub enum Buf5i {
_0 = 0,
_1 = 1,
}Expand description
Buffer MB5 Interrupt Or “Frames available in Rx FIFO”
Value on reset: 0
Variants§
_0 = 0
0: No occurrence of MB5 completing transmission/reception when MCR[RFEN]=0, or of frame(s) available in the FIFO, when MCR[RFEN]=1
_1 = 1
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.
Trait Implementations§
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