[]Struct feather_m4::sdhc0::psr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn cmdinhc(&self) -> CMDINHCR

Bit 0 - Command Inhibit (CMD)

pub fn cmdinhd(&self) -> CMDINHDR

Bit 1 - Command Inhibit (DAT)

pub fn dlact(&self) -> DLACTR

Bit 2 - DAT Line Active

pub fn rtreq(&self) -> RTREQR

Bit 3 - Re-Tuning Request

pub fn wtact(&self) -> WTACTR

Bit 8 - Write Transfer Active

pub fn rtact(&self) -> RTACTR

Bit 9 - Read Transfer Active

pub fn bufwren(&self) -> BUFWRENR

Bit 10 - Buffer Write Enable

pub fn bufrden(&self) -> BUFRDENR

Bit 11 - Buffer Read Enable

pub fn cardins(&self) -> CARDINSR

Bit 16 - Card Inserted

pub fn cardss(&self) -> CARDSSR

Bit 17 - Card State Stable

pub fn carddpl(&self) -> CARDDPLR

Bit 18 - Card Detect Pin Level

pub fn wrppl(&self) -> WRPPLR

Bit 19 - Write Protect Pin Level

pub fn datll(&self) -> DATLLR

Bits 20:23 - DAT[3:0] Line Level

pub fn cmdll(&self) -> CMDLLR

Bit 24 - CMD Line Level

Auto Trait Implementations

impl Send for R

impl Sync for R

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