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