[]Struct feather_m4::target_device::sdhc0::eister_emmc::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: u16) -> &mut W

Writes raw bits to the register

pub fn cmdteo(&mut self) -> _CMDTEOW

Bit 0 - Command Timeout Error Status Enable

pub fn cmdcrc(&mut self) -> _CMDCRCW

Bit 1 - Command CRC Error Status Enable

pub fn cmdend(&mut self) -> _CMDENDW

Bit 2 - Command End Bit Error Status Enable

pub fn cmdidx(&mut self) -> _CMDIDXW

Bit 3 - Command Index Error Status Enable

pub fn datteo(&mut self) -> _DATTEOW

Bit 4 - Data Timeout Error Status Enable

pub fn datcrc(&mut self) -> _DATCRCW

Bit 5 - Data CRC Error Status Enable

pub fn datend(&mut self) -> _DATENDW

Bit 6 - Data End Bit Error Status Enable

pub fn curlim(&mut self) -> _CURLIMW

Bit 7 - Current Limit Error Status Enable

pub fn acmd(&mut self) -> _ACMDW

Bit 8 - Auto CMD Error Status Enable

pub fn adma(&mut self) -> _ADMAW

Bit 9 - ADMA Error Status Enable

pub fn bootae(&mut self) -> _BOOTAEW

Bit 12 - Boot Acknowledge Error Status Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for 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