pub struct MSGBOX_FIFO_STATUS_SPEC;
Expand description
Message Box FIFO Status Register
This register you can read
. See API.
For information about available fields see msgbox_fifo_status module
Trait Implementations§
source§impl Readable for MSGBOX_FIFO_STATUS_SPEC
impl Readable for MSGBOX_FIFO_STATUS_SPEC
read()
method returns msgbox_fifo_status::R reader structure
source§impl Resettable for MSGBOX_FIFO_STATUS_SPEC
impl Resettable for MSGBOX_FIFO_STATUS_SPEC
reset()
method sets msgbox_fifo_status%s to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsp_msgbox::msgbox::msgbox_fifo_status::MSGBOX_FIFO_STATUS_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsp_msgbox::msgbox::msgbox_fifo_status::MSGBOX_FIFO_STATUS_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MSGBOX_FIFO_STATUS_SPEC
impl RefUnwindSafe for MSGBOX_FIFO_STATUS_SPEC
impl Send for MSGBOX_FIFO_STATUS_SPEC
impl Sync for MSGBOX_FIFO_STATUS_SPEC
impl Unpin for MSGBOX_FIFO_STATUS_SPEC
impl UnwindSafe for MSGBOX_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