Struct esp32_hal::pac::slchost::host_slchost_conf_w2::R
pub struct R(_);
Expand description
Register HOST_SLCHOST_CONF_W2
reader
Implementations§
§impl R
impl R
pub fn host_slchost_conf8(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf8(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7
pub fn host_slchost_conf9(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf9(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15
pub fn host_slchost_conf10(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf10(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23
pub fn host_slchost_conf11(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf11(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31
Methods from Deref<Target = R<HOST_SLCHOST_CONF_W2_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_W2_SPEC>> for R
impl From<R<HOST_SLCHOST_CONF_W2_SPEC>> for R
§fn from(reader: R<HOST_SLCHOST_CONF_W2_SPEC>) -> R
fn from(reader: R<HOST_SLCHOST_CONF_W2_SPEC>) -> R
Converts to this type from the input type.