Struct rp2040_pac::sio::fifo_rd::FIFO_RD_SPEC
source · pub struct FIFO_RD_SPEC;
Expand description
Read access to this core’s RX FIFO
You can read
this register and get fifo_rd::R
. See API.
Trait Implementations§
source§impl RegisterSpec for FIFO_RD_SPEC
impl RegisterSpec for FIFO_RD_SPEC
source§impl Resettable for FIFO_RD_SPEC
impl Resettable for FIFO_RD_SPEC
reset()
method sets FIFO_RD 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_RD_SPEC
read()
method returns fifo_rd::R
reader structure
Auto Trait Implementations§
impl Freeze for FIFO_RD_SPEC
impl RefUnwindSafe for FIFO_RD_SPEC
impl Send for FIFO_RD_SPEC
impl Sync for FIFO_RD_SPEC
impl Unpin for FIFO_RD_SPEC
impl UnwindSafe for FIFO_RD_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