[][src]Struct esp32::hinf::cfg_data1::R

pub struct R(_);

Register CFG_DATA1 reader

Implementations

impl R[src]

pub fn sdio20_conf1(&self) -> SDIO20_CONF1_R[src]

Bits 29:31

pub fn func2_eps(&self) -> FUNC2_EPS_R[src]

Bit 28

pub fn sdio_ver(&self) -> SDIO_VER_R[src]

Bits 16:27

pub fn sdio20_conf0(&self) -> SDIO20_CONF0_R[src]

Bits 12:15

pub fn ioenable1(&self) -> IOENABLE1_R[src]

Bit 11

pub fn emp(&self) -> EMP_R[src]

Bit 10

pub fn func1_eps(&self) -> FUNC1_EPS_R[src]

Bit 9

pub fn cd_disable(&self) -> CD_DISABLE_R[src]

Bit 8

pub fn ioenable2(&self) -> IOENABLE2_R[src]

Bit 7

pub fn sdio_int_mask(&self) -> SDIO_INT_MASK_R[src]

Bit 6

pub fn sdio_ioready2(&self) -> SDIO_IOREADY2_R[src]

Bit 5

pub fn sdio_cd_enable(&self) -> SDIO_CD_ENABLE_R[src]

Bit 4

pub fn highspeed_mode(&self) -> HIGHSPEED_MODE_R[src]

Bit 3

pub fn highspeed_enable(&self) -> HIGHSPEED_ENABLE_R[src]

Bit 2

pub fn sdio_ioready1(&self) -> SDIO_IOREADY1_R[src]

Bit 1

pub fn sdio_enable(&self) -> SDIO_ENABLE_R[src]

Bit 0

Methods from Deref<Target = R<CFG_DATA1_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CFG_DATA1_SPEC>

The resulting type after dereferencing.

impl From<R<CFG_DATA1_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.