#[repr(C)]pub struct CrR { /* private fields */ }
Implementations§
Source§impl CrR
impl CrR
Sourcepub fn dbg_standby(&self) -> bool
pub fn dbg_standby(&self) -> bool
Bit 2 - Debug Standby Mode
Sourcepub fn trace_ioen(&self) -> bool
pub fn trace_ioen(&self) -> bool
Bit 5 - Trace pin assignment control
Sourcepub fn trace_mode(&self) -> u8
pub fn trace_mode(&self) -> u8
Bits 6:7 - Trace pin assignment control
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrR
impl RefUnwindSafe for CrR
impl Send for CrR
impl Sync for CrR
impl Unpin for CrR
impl UnwindSafe for CrR
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