pub struct R(_);
Expand description
Register FIFO1
reader
Implementations
sourceimpl R
impl R
sourcepub fn etm_bytecount(&self) -> ETM_BYTECOUNT_R
pub fn etm_bytecount(&self) -> ETM_BYTECOUNT_R
Bits 24:25
sourcepub fn etm_atvalid(&self) -> ETM_ATVALID_R
pub fn etm_atvalid(&self) -> ETM_ATVALID_R
Bit 26
sourcepub fn itm_bytecount(&self) -> ITM_BYTECOUNT_R
pub fn itm_bytecount(&self) -> ITM_BYTECOUNT_R
Bits 27:28
sourcepub fn itm_atvalid(&self) -> ITM_ATVALID_R
pub fn itm_atvalid(&self) -> ITM_ATVALID_R
Bit 29
Methods from Deref<Target = R<FIFO1_SPEC>>
Trait Implementations
sourceimpl From<R<FIFO1_SPEC>> for R
impl From<R<FIFO1_SPEC>> for R
sourcefn from(reader: R<FIFO1_SPEC>) -> Self
fn from(reader: R<FIFO1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more