Struct esp32_hal::pac::slchost::host_slchost_conf_w5::R
pub struct R(_);
Expand description
Register HOST_SLCHOST_CONF_W5
reader
Implementations§
§impl R
impl R
pub fn host_slchost_conf20(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf20(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7
pub fn host_slchost_conf21(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf21(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15
pub fn host_slchost_conf22(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf22(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23
pub fn host_slchost_conf23(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf23(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31
Methods from Deref<Target = R<HOST_SLCHOST_CONF_W5_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<HOST_SLCHOST_CONF_W5_SPEC>> for R
impl From<R<HOST_SLCHOST_CONF_W5_SPEC>> for R
§fn from(reader: R<HOST_SLCHOST_CONF_W5_SPEC>) -> R
fn from(reader: R<HOST_SLCHOST_CONF_W5_SPEC>) -> R
Converts to this type from the input type.