#[repr(u8)]pub enum Sprel {
ENABLED = 0,
_RESERVED_1 = 1,
DATA_ONLY = 2,
DISABLED = 3,
}
Variants§
ENABLED = 0
The trace unit does not affect the tracing of SP-relative transfers.
_RESERVED_1 = 1
DATA_ONLY = 2
The trace unit does not trace the address portion of SP-relative transfers. If data value tracing is enabled then the trace unit generates a P1 data address element.
DISABLED = 3
The trace unit does not trace the address or value portions of SP-relative transfers.
Implementations§
Trait Implementations§
Source§impl Ord for Sprel
impl Ord for Sprel
Source§impl PartialOrd for Sprel
impl PartialOrd for Sprel
impl Copy for Sprel
impl Eq for Sprel
impl StructuralPartialEq for Sprel
Auto Trait Implementations§
impl Freeze for Sprel
impl RefUnwindSafe for Sprel
impl Send for Sprel
impl Sync for Sprel
impl Unpin for Sprel
impl UnwindSafe for Sprel
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
)