pub struct R(/* private fields */);Expand description
Register ETMCCER reader
Implementations§
Source§impl R
impl R
Sourcepub fn extinpsel(&self) -> EXTINPSEL_R
pub fn extinpsel(&self) -> EXTINPSEL_R
Bits 0:1 - Extended External Input Selectors
Sourcepub fn extinpbus(&self) -> EXTINPBUS_R
pub fn extinpbus(&self) -> EXTINPBUS_R
Bits 3:10 - Extended External Input Bus
Sourcepub fn readregs(&self) -> READREGS_R
pub fn readregs(&self) -> READREGS_R
Bit 11 - Readable Registers
Sourcepub fn daddrcmp(&self) -> DADDRCMP_R
pub fn daddrcmp(&self) -> DADDRCMP_R
Bit 12 - Data Address comparisons
Sourcepub fn eicewpnt(&self) -> EICEWPNT_R
pub fn eicewpnt(&self) -> EICEWPNT_R
Bits 16:19 - EmbeddedICE watchpoint inputs
Sourcepub fn teicewpnt(&self) -> TEICEWPNT_R
pub fn teicewpnt(&self) -> TEICEWPNT_R
Bit 20 - Trace Sart/Stop Block Uses EmbeddedICE watchpoint inputs
Methods from Deref<Target = R<ETMCCER_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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