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