#[repr(transparent)]pub struct Flevel(pub u32);
Expand description
FIFO levels
Tuple Fields§
§0: u32
Implementations§
source§impl Flevel
impl Flevel
pub const fn tx0(&self) -> u8
pub fn set_tx0(&mut self, val: u8)
pub const fn rx0(&self) -> u8
pub fn set_rx0(&mut self, val: u8)
pub const fn tx1(&self) -> u8
pub fn set_tx1(&mut self, val: u8)
pub const fn rx1(&self) -> u8
pub fn set_rx1(&mut self, val: u8)
pub const fn tx2(&self) -> u8
pub fn set_tx2(&mut self, val: u8)
pub const fn rx2(&self) -> u8
pub fn set_rx2(&mut self, val: u8)
pub const fn tx3(&self) -> u8
pub fn set_tx3(&mut self, val: u8)
pub const fn rx3(&self) -> u8
pub fn set_rx3(&mut self, val: u8)
Trait Implementations§
impl Copy for Flevel
impl Eq for Flevel
impl StructuralPartialEq for Flevel
Auto Trait Implementations§
impl Freeze for Flevel
impl RefUnwindSafe for Flevel
impl Send for Flevel
impl Sync for Flevel
impl Unpin for Flevel
impl UnwindSafe for Flevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)