Struct Rxfs
#[repr(transparent)]pub struct Rxfs(pub u32);Expand description
FDCAN Rx FIFO X status register
Tuple Fields§
§0: u32Implementations§
§impl Rxfs
impl Rxfs
pub const fn ffl(&self) -> u8
pub const fn ffl(&self) -> u8
Rx FIFO X fill level. Number of elements stored in Rx FIFO X, range 0 to 3
pub const fn set_ffl(&mut self, val: u8)
pub const fn set_ffl(&mut self, val: u8)
Rx FIFO X fill level. Number of elements stored in Rx FIFO X, range 0 to 3
pub const fn set_fgi(&mut self, val: u8)
pub const fn set_fgi(&mut self, val: u8)
Rx FIFO X get index. Rx FIFO X read index pointer, range 0 to 2
pub const fn set_fpi(&mut self, val: u8)
pub const fn set_fpi(&mut self, val: u8)
Rx FIFO X put index. Rx FIFO X write index pointer, range 0 to 2
Trait Implementations§
impl Copy for Rxfs
impl Eq for Rxfs
impl StructuralPartialEq for Rxfs
Auto Trait Implementations§
impl Freeze for Rxfs
impl RefUnwindSafe for Rxfs
impl Send for Rxfs
impl Sync for Rxfs
impl Unpin for Rxfs
impl UnwindSafe for Rxfs
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