#[repr(transparent)]pub struct Rrp(pub u32);Expand description
ETB RAM Read Pointer Register
Tuple Fields§
§0: u32Implementations§
Source§impl Rrp
impl Rrp
Sourcepub const fn ram_read_pointer(&self) -> u16
pub const fn ram_read_pointer(&self) -> u16
Sets the read pointer used to read entries from the Trace RAM over the APB interface.
Sourcepub const fn set_ram_read_pointer(&mut self, val: u16)
pub const fn set_ram_read_pointer(&mut self, val: u16)
Sets the read pointer used to read entries from the Trace RAM over the APB interface.
Trait Implementations§
impl Copy for Rrp
impl Eq for Rrp
impl StructuralPartialEq for Rrp
Auto Trait Implementations§
impl Freeze for Rrp
impl RefUnwindSafe for Rrp
impl Send for Rrp
impl Sync for Rrp
impl Unpin for Rrp
impl UnwindSafe for Rrp
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