[][src]Struct atsamd51j19a::icm::cfg::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn wbdis(&self) -> WBDISR[src]

Bit 0 - Write Back Disable

pub fn eomdis(&self) -> EOMDISR[src]

Bit 1 - End of Monitoring Disable

pub fn slbdis(&self) -> SLBDISR[src]

Bit 2 - Secondary List Branching Disable

pub fn bbc(&self) -> BBCR[src]

Bits 4:7 - Bus Burden Control

pub fn ascd(&self) -> ASCDR[src]

Bit 8 - Automatic Switch To Compare Digest

pub fn dualbuff(&self) -> DUALBUFFR[src]

Bit 9 - Dual Input Buffer

pub fn uihash(&self) -> UIHASHR[src]

Bit 12 - User Initial Hash Value

pub fn ualgo(&self) -> UALGOR[src]

Bits 13:15 - User SHA Algorithm

pub fn haprot(&self) -> HAPROTR[src]

Bits 16:21 - Region Hash Area Protection

pub fn daprot(&self) -> DAPROTR[src]

Bits 24:29 - Region Descriptor Area Protection

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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