pub struct R(/* private fields */);
Expand description
Register ETMCR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn powerdwn(&self) -> POWERDWN_R
pub fn powerdwn(&self) -> POWERDWN_R
Bit 0 - ETM Control in low power mode
Sourcepub fn portsize(&self) -> PORTSIZE_R
pub fn portsize(&self) -> PORTSIZE_R
Bits 4:6 - ETM Port Size
Sourcepub fn branchoutput(&self) -> BRANCHOUTPUT_R
pub fn branchoutput(&self) -> BRANCHOUTPUT_R
Bit 8 - Branch Output
Sourcepub fn dbgreqctrl(&self) -> DBGREQCTRL_R
pub fn dbgreqctrl(&self) -> DBGREQCTRL_R
Bit 9 - Debug Request Control
Sourcepub fn etmportsel(&self) -> ETMPORTSEL_R
pub fn etmportsel(&self) -> ETMPORTSEL_R
Bit 11 - ETM Port Selection
Sourcepub fn portmode2(&self) -> PORTMODE2_R
pub fn portmode2(&self) -> PORTMODE2_R
Bit 13 - Port Mode[2]
Sourcepub fn portmode(&self) -> PORTMODE_R
pub fn portmode(&self) -> PORTMODE_R
Bits 16:17 - Port Mode Control
Sourcepub fn eportsize(&self) -> EPORTSIZE_R
pub fn eportsize(&self) -> EPORTSIZE_R
Bits 21:22 - Port Size[3]
Sourcepub fn tstampen(&self) -> TSTAMPEN_R
pub fn tstampen(&self) -> TSTAMPEN_R
Bit 28 - Time Stamp Enable
Methods from Deref<Target = R<ETMCR_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