#[repr(transparent)]pub struct Claimclr(pub u32);
Expand description
Software can use the claim tag to coordinate application and debugger access to trace unit functionality. The claim tags have no effect on the operation of the component. The CLAIMCLR register sets the bits in the claim tag to 0 and determines the current value of the claim tag.
Tuple Fields§
§0: u32
Implementations§
Source§impl Claimclr
impl Claimclr
Sourcepub const fn bit_0(&self) -> ClaimclrBit0
pub const fn bit_0(&self) -> ClaimclrBit0
Read or clear claim bit 0.
Sourcepub fn set_bit_0(&mut self, val: ClaimclrBit0)
pub fn set_bit_0(&mut self, val: ClaimclrBit0)
Read or clear claim bit 0.
Sourcepub const fn bit_1(&self) -> ClaimclrBit1
pub const fn bit_1(&self) -> ClaimclrBit1
Read or clear claim bit 1.
Sourcepub fn set_bit_1(&mut self, val: ClaimclrBit1)
pub fn set_bit_1(&mut self, val: ClaimclrBit1)
Read or clear claim bit 1.
Sourcepub const fn bit_2(&self) -> ClaimclrBit2
pub const fn bit_2(&self) -> ClaimclrBit2
Read or clear claim bit 2.
Sourcepub fn set_bit_2(&mut self, val: ClaimclrBit2)
pub fn set_bit_2(&mut self, val: ClaimclrBit2)
Read or clear claim bit 2.
Sourcepub const fn bit_3(&self) -> ClaimclrBit3
pub const fn bit_3(&self) -> ClaimclrBit3
Read or clear claim bit 3.
Sourcepub fn set_bit_3(&mut self, val: ClaimclrBit3)
pub fn set_bit_3(&mut self, val: ClaimclrBit3)
Read or clear claim bit 3.
Trait Implementations§
impl Copy for Claimclr
impl Eq for Claimclr
impl StructuralPartialEq for Claimclr
Auto Trait Implementations§
impl Freeze for Claimclr
impl RefUnwindSafe for Claimclr
impl Send for Claimclr
impl Sync for Claimclr
impl Unpin for Claimclr
impl UnwindSafe for Claimclr
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
)