#[repr(transparent)]pub struct Erfsr(pub u32);Expand description
Enhanced RX FIFO Status
Tuple Fields§
§0: u32Implementations§
Source§impl Erfsr
impl Erfsr
Sourcepub const fn set_erfclr(&mut self, val: Erfclr)
pub const fn set_erfclr(&mut self, val: Erfclr)
Enhanced RX FIFO Clear
Sourcepub const fn set_erfwmi(&mut self, val: Erfwmi)
pub const fn set_erfwmi(&mut self, val: Erfwmi)
Enhanced RX FIFO Watermark Indication Flag
Sourcepub const fn set_erfovf(&mut self, val: bool)
pub const fn set_erfovf(&mut self, val: bool)
Enhanced RX FIFO Overflow Flag
Sourcepub const fn set_erfufw(&mut self, val: bool)
pub const fn set_erfufw(&mut self, val: bool)
Enhanced RX FIFO Underflow Flag
Trait Implementations§
impl Copy for Erfsr
impl Eq for Erfsr
impl StructuralPartialEq for Erfsr
Auto Trait Implementations§
impl Freeze for Erfsr
impl RefUnwindSafe for Erfsr
impl Send for Erfsr
impl Sync for Erfsr
impl Unpin for Erfsr
impl UnwindSafe for Erfsr
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