#[repr(transparent)]pub struct WtmkLvl(pub u32);Expand description
Watermark Level
Tuple Fields§
§0: u32Implementations§
Source§impl WtmkLvl
impl WtmkLvl
Sourcepub const fn set_rd_wml(&mut self, val: u8)
pub const fn set_rd_wml(&mut self, val: u8)
Read watermark level
Sourcepub const fn rd_brst_len(&self) -> u8
pub const fn rd_brst_len(&self) -> u8
Read burst length due to system restriction, the actual burst length might not exceed 16
Sourcepub const fn set_rd_brst_len(&mut self, val: u8)
pub const fn set_rd_brst_len(&mut self, val: u8)
Read burst length due to system restriction, the actual burst length might not exceed 16
Sourcepub const fn set_wr_wml(&mut self, val: u8)
pub const fn set_wr_wml(&mut self, val: u8)
Write watermark level
Sourcepub const fn wr_brst_len(&self) -> u8
pub const fn wr_brst_len(&self) -> u8
Write burst length due to system restriction, the actual burst length might not exceed 16
Sourcepub const fn set_wr_brst_len(&mut self, val: u8)
pub const fn set_wr_brst_len(&mut self, val: u8)
Write burst length due to system restriction, the actual burst length might not exceed 16
Trait Implementations§
impl Copy for WtmkLvl
impl Eq for WtmkLvl
impl StructuralPartialEq for WtmkLvl
Auto Trait Implementations§
impl Freeze for WtmkLvl
impl RefUnwindSafe for WtmkLvl
impl Send for WtmkLvl
impl Sync for WtmkLvl
impl Unpin for WtmkLvl
impl UnwindSafe for WtmkLvl
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