Struct esp32_hal::pac::efuse::blk0_wdata4::R
pub struct R(_);
Expand description
Register BLK0_WDATA4
reader
Implementations§
§impl R
impl R
pub fn sdio_drefh(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio_drefh(&self) -> FieldReaderRaw<u8, u8>
Bits 8:9
pub fn sdio_drefm(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio_drefm(&self) -> FieldReaderRaw<u8, u8>
Bits 10:11
pub fn sdio_drefl(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio_drefl(&self) -> FieldReaderRaw<u8, u8>
Bits 12:13
pub fn sdio_force(&self) -> BitReaderRaw<bool>
pub fn sdio_force(&self) -> BitReaderRaw<bool>
Bit 16 - program for sdio_force
Methods from Deref<Target = R<BLK0_WDATA4_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<BLK0_WDATA4_SPEC>> for R
impl From<R<BLK0_WDATA4_SPEC>> for R
§fn from(reader: R<BLK0_WDATA4_SPEC>) -> R
fn from(reader: R<BLK0_WDATA4_SPEC>) -> R
Converts to this type from the input type.