Struct esp32_hal::pac::slchost::host_slc0host_token_rdata::R
pub struct R(_);
Expand description
Register HOST_SLC0HOST_TOKEN_RDATA
reader
Implementations§
§impl R
impl R
pub fn host_slc0_token0(&self) -> FieldReaderRaw<u16, u16>
pub fn host_slc0_token0(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11
pub fn host_slc0_rx_pf_valid(&self) -> BitReaderRaw<bool>
pub fn host_slc0_rx_pf_valid(&self) -> BitReaderRaw<bool>
Bit 12
pub fn host_hostslc0_token1(&self) -> FieldReaderRaw<u16, u16>
pub fn host_hostslc0_token1(&self) -> FieldReaderRaw<u16, u16>
Bits 16:27
pub fn host_slc0_rx_pf_eof(&self) -> FieldReaderRaw<u8, u8>
pub fn host_slc0_rx_pf_eof(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31
Methods from Deref<Target = R<HOST_SLC0HOST_TOKEN_RDATA_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_SLC0HOST_TOKEN_RDATA_SPEC>> for R
impl From<R<HOST_SLC0HOST_TOKEN_RDATA_SPEC>> for R
§fn from(reader: R<HOST_SLC0HOST_TOKEN_RDATA_SPEC>) -> R
fn from(reader: R<HOST_SLC0HOST_TOKEN_RDATA_SPEC>) -> R
Converts to this type from the input type.