Enum Irmq
pub enum Irmq {
_0 = 0,
_1 = 1,
}Expand description
Individual Rx Masking And Queue Enable
Value on reset: 0
Variants§
_0 = 0
0: Individual Rx masking and queue feature are disabled. For backward compatibility with legacy applications, the reading of C/S word locks the MB even if it is EMPTY.
_1 = 1
1: Individual Rx masking and queue feature are enabled.
Trait Implementations§
impl Copy for Irmq
impl Eq for Irmq
impl StructuralPartialEq for Irmq
Auto Trait Implementations§
impl Freeze for Irmq
impl RefUnwindSafe for Irmq
impl Send for Irmq
impl Sync for Irmq
impl Unpin for Irmq
impl UnwindSafe for Irmq
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