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