#[repr(transparent)]pub struct Itatbctr0(pub u32);
Expand description
The ITATBCTR0 register captures the values of the atvalids, afreadys, and atbytess inputs to the TPIU. To ensure the integration registers work correctly in a system, the value of atbytess is only valid when atvalids, bit[0], is HIGH.
Tuple Fields§
§0: u32
Implementations§
Source§impl Itatbctr0
impl Itatbctr0
Sourcepub fn set_atvalid(&mut self, val: Atvalid)
pub fn set_atvalid(&mut self, val: Atvalid)
Reads the value of atvalids.
Sourcepub fn set_afready(&mut self, val: Afready)
pub fn set_afready(&mut self, val: Afready)
Reads the value of afreadys.
Sourcepub fn set_atbytes(&mut self, val: Atbytes)
pub fn set_atbytes(&mut self, val: Atbytes)
Reads the value of atbytess.
Trait Implementations§
impl Copy for Itatbctr0
impl Eq for Itatbctr0
impl StructuralPartialEq for Itatbctr0
Auto Trait Implementations§
impl Freeze for Itatbctr0
impl RefUnwindSafe for Itatbctr0
impl Send for Itatbctr0
impl Sync for Itatbctr0
impl Unpin for Itatbctr0
impl UnwindSafe for Itatbctr0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)