Struct rp2040_pac::pio0::rxf::RXF_SPEC
source · pub struct RXF_SPEC;
Expand description
Direct read access to the RX FIFO for this state machine. Each read pops one word from the FIFO. Attempting to read from an empty FIFO has no effect on the FIFO state, and sets the sticky FDEBUG_RXUNDER error flag for this FIFO. The data returned to the system on a read from an empty FIFO is undefined.
Trait Implementations§
source§impl Resettable for RXF_SPEC
impl Resettable for RXF_SPEC
reset()
method sets RXF%s 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 RXF_SPEC
read()
method returns rxf::R
reader structure
Auto Trait Implementations§
impl Freeze for RXF_SPEC
impl RefUnwindSafe for RXF_SPEC
impl Send for RXF_SPEC
impl Sync for RXF_SPEC
impl Unpin for RXF_SPEC
impl UnwindSafe for RXF_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