[][src]Enum atsams70j20::icm::icm_uasr::URATR

pub enum URATR {
    UNSPEC_STRUCT_MEMBER,
    ICM_CFG_MODIFIED,
    ICM_DSCR_MODIFIED,
    ICM_HASH_MODIFIED,
    READ_ACCESS,
}

Possible values of the field URAT

Variants

UNSPEC_STRUCT_MEMBER

Unspecified structure member set to one detected when the descriptor is loaded.

ICM_CFG_MODIFIED

ICM_CFG modified during active monitoring.

ICM_DSCR_MODIFIED

ICM_DSCR modified during active monitoring.

ICM_HASH_MODIFIED

ICM_HASH modified during active monitoring

READ_ACCESS

Write-only register read access

Trait Implementations

impl ToBits<u8> for URATR[src]

impl Debug for URATR[src]

impl PartialEq<URATR> for URATR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for URATR[src]

impl Clone for URATR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for URATR

impl Sync for URATR

impl Send for URATR

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self