Struct rp2040_pac::dma::fifo_levels::FIFO_LEVELS_SPEC
source · pub struct FIFO_LEVELS_SPEC;
Expand description
Debug RAF, WAF, TDF levels
You can read
this register and get fifo_levels::R
. See API.
Trait Implementations§
source§impl RegisterSpec for FIFO_LEVELS_SPEC
impl RegisterSpec for FIFO_LEVELS_SPEC
source§impl Resettable for FIFO_LEVELS_SPEC
impl Resettable for FIFO_LEVELS_SPEC
reset()
method sets FIFO_LEVELS to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FIFO_LEVELS_SPEC
read()
method returns fifo_levels::R
reader structure
Auto Trait Implementations§
impl Freeze for FIFO_LEVELS_SPEC
impl RefUnwindSafe for FIFO_LEVELS_SPEC
impl Send for FIFO_LEVELS_SPEC
impl Sync for FIFO_LEVELS_SPEC
impl Unpin for FIFO_LEVELS_SPEC
impl UnwindSafe for FIFO_LEVELS_SPEC
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