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