Struct d1_pac::DSP_MSGBOX
source · pub struct DSP_MSGBOX { /* private fields */ }
Expand description
DSP Message Box
Implementations§
source§impl DSP_MSGBOX
impl DSP_MSGBOX
sourcepub const PTR: *const RegisterBlock = {0x1701000 as *const dsp_msgbox::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x1701000 as *const dsp_msgbox::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DSP_MSGBOX
impl RefUnwindSafe for DSP_MSGBOX
impl !Sync for DSP_MSGBOX
impl Unpin for DSP_MSGBOX
impl UnwindSafe for DSP_MSGBOX
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