Struct esp32_hal::pac::slchost::host_slchost_conf_w4::R
pub struct R(_);
Expand description
Register HOST_SLCHOST_CONF_W4
reader
Implementations§
§impl R
impl R
pub fn host_slchost_conf16(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf16(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - SLC timeout value
pub fn host_slchost_conf17(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf17(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - SLC timeout enable
pub fn host_slchost_conf18(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf18(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23
pub fn host_slchost_conf19(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slchost_conf19(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - Interrupt to target CPU
Methods from Deref<Target = R<HOST_SLCHOST_CONF_W4_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_W4_SPEC>> for R
impl From<R<HOST_SLCHOST_CONF_W4_SPEC>> for R
§fn from(reader: R<HOST_SLCHOST_CONF_W4_SPEC>) -> R
fn from(reader: R<HOST_SLCHOST_CONF_W4_SPEC>) -> R
Converts to this type from the input type.