Struct rp_pac::dma::regs::FifoLevels
source · #[repr(transparent)]pub struct FifoLevels(pub u32);
Expand description
Debug RAF, WAF, TDF levels
Tuple Fields§
§0: u32
Implementations§
source§impl FifoLevels
impl FifoLevels
sourcepub fn set_tdf_lvl(&mut self, val: u8)
pub fn set_tdf_lvl(&mut self, val: u8)
Current Transfer-Data-FIFO fill level
sourcepub fn set_waf_lvl(&mut self, val: u8)
pub fn set_waf_lvl(&mut self, val: u8)
Current Write-Address-FIFO fill level
sourcepub fn set_raf_lvl(&mut self, val: u8)
pub fn set_raf_lvl(&mut self, val: u8)
Current Read-Address-FIFO fill level
Trait Implementations§
source§impl Clone for FifoLevels
impl Clone for FifoLevels
source§fn clone(&self) -> FifoLevels
fn clone(&self) -> FifoLevels
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for FifoLevels
impl Default for FifoLevels
source§fn default() -> FifoLevels
fn default() -> FifoLevels
Returns the “default value” for a type. Read more
source§impl PartialEq for FifoLevels
impl PartialEq for FifoLevels
impl Copy for FifoLevels
impl Eq for FifoLevels
impl StructuralPartialEq for FifoLevels
Auto Trait Implementations§
impl Freeze for FifoLevels
impl RefUnwindSafe for FifoLevels
impl Send for FifoLevels
impl Sync for FifoLevels
impl Unpin for FifoLevels
impl UnwindSafe for FifoLevels
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
)