pub struct R(_);Expand description
Register CR reader
Implementations
sourceimpl R
impl R
sourcepub fn dbgsleep_d1(&self) -> BitReaderRaw<bool>
pub fn dbgsleep_d1(&self) -> BitReaderRaw<bool>
Bit 0 - Allow D1 domain debug in Sleep mode
sourcepub fn dbgstop_d1(&self) -> BitReaderRaw<bool>
pub fn dbgstop_d1(&self) -> BitReaderRaw<bool>
Bit 1 - Allow D1 domain debug in Stop mode
sourcepub fn dbgstby_d1(&self) -> BitReaderRaw<bool>
pub fn dbgstby_d1(&self) -> BitReaderRaw<bool>
Bit 2 - Allow D1 domain debug in Standby mode
sourcepub fn traceclken(&self) -> BitReaderRaw<bool>
pub fn traceclken(&self) -> BitReaderRaw<bool>
Bit 20 - Trace port clock enable
Methods from Deref<Target = R<CR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more