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