[]Struct feather_m4::target_device::sdhc0::cr::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 resptyp(&mut self) -> _RESPTYPW

Bits 0:1 - Response Type

pub fn cmdccen(&mut self) -> _CMDCCENW

Bit 3 - Command CRC Check Enable

pub fn cmdicen(&mut self) -> _CMDICENW

Bit 4 - Command Index Check Enable

pub fn dpsel(&mut self) -> _DPSELW

Bit 5 - Data Present Select

pub fn cmdtyp(&mut self) -> _CMDTYPW

Bits 6:7 - Command Type

pub fn cmdidx(&mut self) -> _CMDIDXW

Bits 8:13 - Command Index

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