pub struct R(/* private fields */);
Expand description
Register ETMSCR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn maxportsize(&self) -> MAXPORTSIZE_R
pub fn maxportsize(&self) -> MAXPORTSIZE_R
Bits 0:2 - Maximum Port Size
Sourcepub fn fifofull(&self) -> FIFOFULL_R
pub fn fifofull(&self) -> FIFOFULL_R
Bit 8 - FIFO FULL Supported
Sourcepub fn maxportsize3(&self) -> MAXPORTSIZE3_R
pub fn maxportsize3(&self) -> MAXPORTSIZE3_R
Bit 9 - Max Port Size[3]
Sourcepub fn portsize(&self) -> PORTSIZE_R
pub fn portsize(&self) -> PORTSIZE_R
Bit 10 - Port Size Supported
Sourcepub fn portmode(&self) -> PORTMODE_R
pub fn portmode(&self) -> PORTMODE_R
Bit 11 - Port Mode Supported
Sourcepub fn nofetchcomp(&self) -> NOFETCHCOMP_R
pub fn nofetchcomp(&self) -> NOFETCHCOMP_R
Bit 17 - No Fetch Comparison
Methods from Deref<Target = R<ETMSCR_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