pub struct R(_);
Expand description
Register SDIO_ST
reader
Implementations§
§impl R
impl R
pub fn sdio_wakeup(&self) -> BitReaderRaw<bool>
pub fn sdio_wakeup(&self) -> BitReaderRaw<bool>
Bit 8
pub fn func1_acc_state(&self) -> FieldReaderRaw<u8, u8>
pub fn func1_acc_state(&self) -> FieldReaderRaw<u8, u8>
Bits 16:20
pub fn func2_acc_state(&self) -> FieldReaderRaw<u8, u8>
pub fn func2_acc_state(&self) -> FieldReaderRaw<u8, u8>
Bits 24:28
Methods from Deref<Target = R<SDIO_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SDIO_ST_SPEC>> for R
impl From<R<SDIO_ST_SPEC>> for R
§fn from(reader: R<SDIO_ST_SPEC>) -> R
fn from(reader: R<SDIO_ST_SPEC>) -> R
Converts to this type from the input type.