Struct esp32_hal::pac::slchost::host_slc1host_token_wdata::R
pub struct R(_);
Expand description
Register HOST_SLC1HOST_TOKEN_WDATA
reader
Implementations§
§impl R
impl R
pub fn host_slc1host_token0_wd(&self) -> FieldReaderRaw<u16, u16>
pub fn host_slc1host_token0_wd(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11
pub fn host_slc1host_token1_wd(&self) -> FieldReaderRaw<u16, u16>
pub fn host_slc1host_token1_wd(&self) -> FieldReaderRaw<u16, u16>
Bits 16:27
Methods from Deref<Target = R<HOST_SLC1HOST_TOKEN_WDATA_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_SLC1HOST_TOKEN_WDATA_SPEC>> for R
impl From<R<HOST_SLC1HOST_TOKEN_WDATA_SPEC>> for R
§fn from(reader: R<HOST_SLC1HOST_TOKEN_WDATA_SPEC>) -> R
fn from(reader: R<HOST_SLC1HOST_TOKEN_WDATA_SPEC>) -> R
Converts to this type from the input type.