Struct d1_pac::ccu::msgbox_bgr::R
source · pub struct R(/* private fields */);
Expand description
Register msgbox_bgr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn msgbox_gating(&self, n: u8) -> MSGBOX_GATING_R
pub unsafe fn msgbox_gating(&self, n: u8) -> MSGBOX_GATING_R
Gating Clock for CPU, DSP, RISC-V MSGBOX
sourcepub fn msgbox0_gating(&self) -> MSGBOX_GATING_R
pub fn msgbox0_gating(&self) -> MSGBOX_GATING_R
Bit 0 - Gating Clock for CPU, DSP, RISC-V MSGBOX
sourcepub fn msgbox1_gating(&self) -> MSGBOX_GATING_R
pub fn msgbox1_gating(&self) -> MSGBOX_GATING_R
Bit 1 - Gating Clock for CPU, DSP, RISC-V MSGBOX
sourcepub fn msgbox2_gating(&self) -> MSGBOX_GATING_R
pub fn msgbox2_gating(&self) -> MSGBOX_GATING_R
Bit 2 - Gating Clock for CPU, DSP, RISC-V MSGBOX
sourcepub unsafe fn msgbox_rst(&self, n: u8) -> MSGBOX_RST_R
pub unsafe fn msgbox_rst(&self, n: u8) -> MSGBOX_RST_R
CPU, DSP, RISC-V MSGBOX Reset
sourcepub fn msgbox0_rst(&self) -> MSGBOX_RST_R
pub fn msgbox0_rst(&self) -> MSGBOX_RST_R
Bit 16 - CPU, DSP, RISC-V MSGBOX Reset
sourcepub fn msgbox1_rst(&self) -> MSGBOX_RST_R
pub fn msgbox1_rst(&self) -> MSGBOX_RST_R
Bit 17 - CPU, DSP, RISC-V MSGBOX Reset
sourcepub fn msgbox2_rst(&self) -> MSGBOX_RST_R
pub fn msgbox2_rst(&self) -> MSGBOX_RST_R
Bit 18 - CPU, DSP, RISC-V MSGBOX Reset
Methods from Deref<Target = R<MSGBOX_BGR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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