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