[]Struct feather_m4::icm::cfg::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn wbdis(&mut self) -> _WBDISW

Bit 0 - Write Back Disable

pub fn eomdis(&mut self) -> _EOMDISW

Bit 1 - End of Monitoring Disable

pub fn slbdis(&mut self) -> _SLBDISW

Bit 2 - Secondary List Branching Disable

pub fn bbc(&mut self) -> _BBCW

Bits 4:7 - Bus Burden Control

pub fn ascd(&mut self) -> _ASCDW

Bit 8 - Automatic Switch To Compare Digest

pub fn dualbuff(&mut self) -> _DUALBUFFW

Bit 9 - Dual Input Buffer

pub fn uihash(&mut self) -> _UIHASHW

Bit 12 - User Initial Hash Value

pub fn ualgo(&mut self) -> _UALGOW

Bits 13:15 - User SHA Algorithm

pub fn haprot(&mut self) -> _HAPROTW

Bits 16:21 - Region Hash Area Protection

pub fn daprot(&mut self) -> _DAPROTW

Bits 24:29 - Region Descriptor Area Protection

Auto Trait Implementations

impl Send for W

impl Sync for W

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

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> 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]

impl<T> Same for T

type Output = T

Should always be Self