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