#[repr(transparent)]pub struct Rafl(pub u32);Expand description
Receive FIFO Almost Full Threshold
Tuple Fields§
§0: u32Implementations§
Source§impl Rafl
impl Rafl
Sourcepub const fn rx_almost_full(&self) -> u8
pub const fn rx_almost_full(&self) -> u8
Value Of The Receive FIFO Almost Full Threshold
Sourcepub const fn set_rx_almost_full(&mut self, val: u8)
pub const fn set_rx_almost_full(&mut self, val: u8)
Value Of The Receive FIFO Almost Full Threshold
Trait Implementations§
impl Copy for Rafl
impl Eq for Rafl
impl StructuralPartialEq for Rafl
Auto Trait Implementations§
impl Freeze for Rafl
impl RefUnwindSafe for Rafl
impl Send for Rafl
impl Sync for Rafl
impl Unpin for Rafl
impl UnwindSafe for Rafl
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