pub struct W(/* private fields */);
Expand description
Register CR
writer
Implementations§
§impl W
impl W
pub fn dbgsleep_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 0>
pub fn dbgsleep_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 0>
Bit 0 - Allow D1 domain debug in Sleep mode
pub fn dbgstop_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 1>
pub fn dbgstop_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 1>
Bit 1 - Allow D1 domain debug in Stop mode
pub fn dbgstby_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 2>
pub fn dbgstby_d1(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 2>
Bit 2 - Allow D1 domain debug in Standby mode
pub fn traceclken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 20>
pub fn traceclken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 20>
Bit 20 - Trace port clock enable
pub fn d1dbgcken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 21>
pub fn d1dbgcken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 21>
Bit 21 - D1 debug clock enable
pub fn d3dbgcken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 22>
pub fn d3dbgcken(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 22>
Bit 22 - D3 debug clock enable
Methods from Deref<Target = W<CR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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