Struct esp32c6::trace::fifo_status::FIFO_STATUS_SPEC
source · pub struct FIFO_STATUS_SPEC;
Expand description
fifo status register
You can read
this register and get fifo_status::R
. See API.
Trait Implementations§
source§impl RegisterSpec for FIFO_STATUS_SPEC
impl RegisterSpec for FIFO_STATUS_SPEC
source§impl Resettable for FIFO_STATUS_SPEC
impl Resettable for FIFO_STATUS_SPEC
reset()
method sets FIFO_STATUS to value 0x01
source§const RESET_VALUE: u32 = 1u32
const RESET_VALUE: u32 = 1u32
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_STATUS_SPEC
read()
method returns fifo_status::R
reader structure
Auto Trait Implementations§
impl Freeze for FIFO_STATUS_SPEC
impl RefUnwindSafe for FIFO_STATUS_SPEC
impl Send for FIFO_STATUS_SPEC
impl Sync for FIFO_STATUS_SPEC
impl Unpin for FIFO_STATUS_SPEC
impl UnwindSafe for FIFO_STATUS_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