#[repr(transparent)]pub struct Erfier(pub u32);Expand description
Enhanced RX FIFO Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Erfier
impl Erfier
Sourcepub const fn set_erfdaie(&mut self, val: bool)
pub const fn set_erfdaie(&mut self, val: bool)
Enhanced RX FIFO Data Available Interrupt Enable
Sourcepub const fn set_erfwmiie(&mut self, val: bool)
pub const fn set_erfwmiie(&mut self, val: bool)
Enhanced RX FIFO Watermark Indication Interrupt Enable
Sourcepub const fn set_erfovfie(&mut self, val: bool)
pub const fn set_erfovfie(&mut self, val: bool)
Enhanced RX FIFO Overflow Interrupt Enable
Sourcepub const fn set_erfufwie(&mut self, val: bool)
pub const fn set_erfufwie(&mut self, val: bool)
Enhanced RX FIFO Underflow Interrupt Enable
Trait Implementations§
impl Copy for Erfier
impl Eq for Erfier
impl StructuralPartialEq for Erfier
Auto Trait Implementations§
impl Freeze for Erfier
impl RefUnwindSafe for Erfier
impl Send for Erfier
impl Sync for Erfier
impl Unpin for Erfier
impl UnwindSafe for Erfier
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