#[repr(u8)]
pub enum URAT_A {
UNSPEC_STRUCT_MEMBER,
CFG_MODIFIED,
DSCR_MODIFIED,
HASH_MODIFIED,
READ_ACCESS,
}
Expand description
Undefined Register Access Trace
Value on reset: 0
Variants
UNSPEC_STRUCT_MEMBER
0: Unspecified structure member set to one detected when the descriptor is loaded
CFG_MODIFIED
1: CFG modified during active monitoring
DSCR_MODIFIED
2: DSCR modified during active monitoring
HASH_MODIFIED
3: HASH modified during active monitoring
READ_ACCESS
4: Write-only register read access
Trait Implementations
impl Copy for URAT_A
impl StructuralPartialEq for URAT_A
Auto Trait Implementations
impl RefUnwindSafe for URAT_A
impl Send for URAT_A
impl Sync for URAT_A
impl Unpin for URAT_A
impl UnwindSafe for URAT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more