pub struct R(/* private fields */);
Expand description
Register ETMCCR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn adrcmppair(&self) -> ADRCMPPAIR_R
pub fn adrcmppair(&self) -> ADRCMPPAIR_R
Bits 0:3 - Number of Address Comparator Pairs
Sourcepub fn datacmpnum(&self) -> DATACMPNUM_R
pub fn datacmpnum(&self) -> DATACMPNUM_R
Bits 4:7 - Number of Data Value Comparators
Sourcepub fn mmdeccnt(&self) -> MMDECCNT_R
pub fn mmdeccnt(&self) -> MMDECCNT_R
Bits 8:12 - Number of Memeory Map Decoders
Sourcepub fn countnum(&self) -> COUNTNUM_R
pub fn countnum(&self) -> COUNTNUM_R
Bits 13:15 - Number of Counters
Sourcepub fn extinpnum(&self) -> EXTINPNUM_R
pub fn extinpnum(&self) -> EXTINPNUM_R
Bits 17:19 - Number of External Inputs
Sourcepub fn extoutnum(&self) -> EXTOUTNUM_R
pub fn extoutnum(&self) -> EXTOUTNUM_R
Bits 20:22 - Number of External Output
Sourcepub fn fifofullpres(&self) -> FIFOFULLPRES_R
pub fn fifofullpres(&self) -> FIFOFULLPRES_R
Bit 23 - FIFIO FULL present
Sourcepub fn idcompnum(&self) -> IDCOMPNUM_R
pub fn idcompnum(&self) -> IDCOMPNUM_R
Bits 24:25 - Number of context ID Comparators
Sourcepub fn mmaccess(&self) -> MMACCESS_R
pub fn mmaccess(&self) -> MMACCESS_R
Bit 27 - Coprocessor and Memeory Access
Methods from Deref<Target = R<ETMCCR_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