Struct esp32_hal::pac::slc::rx_dscr_conf::R
pub struct R(_);
Expand description
Register RX_DSCR_CONF
reader
Implementations§
§impl R
impl R
pub fn slc0_token_no_replace(&self) -> BitReaderRaw<bool>
pub fn slc0_token_no_replace(&self) -> BitReaderRaw<bool>
Bit 0
pub fn slc0_infor_no_replace(&self) -> BitReaderRaw<bool>
pub fn slc0_infor_no_replace(&self) -> BitReaderRaw<bool>
Bit 1
pub fn slc0_rx_fill_mode(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_fill_mode(&self) -> BitReaderRaw<bool>
Bit 2
pub fn slc0_rx_eof_mode(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_eof_mode(&self) -> BitReaderRaw<bool>
Bit 3
pub fn slc0_rx_fill_en(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_fill_en(&self) -> BitReaderRaw<bool>
Bit 4
pub fn slc0_rd_retry_threshold(&self) -> FieldReaderRaw<u16, u16>
pub fn slc0_rd_retry_threshold(&self) -> FieldReaderRaw<u16, u16>
Bits 5:15
pub fn slc1_token_no_replace(&self) -> BitReaderRaw<bool>
pub fn slc1_token_no_replace(&self) -> BitReaderRaw<bool>
Bit 16
pub fn slc1_infor_no_replace(&self) -> BitReaderRaw<bool>
pub fn slc1_infor_no_replace(&self) -> BitReaderRaw<bool>
Bit 17
pub fn slc1_rx_fill_mode(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_fill_mode(&self) -> BitReaderRaw<bool>
Bit 18
pub fn slc1_rx_eof_mode(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_eof_mode(&self) -> BitReaderRaw<bool>
Bit 19
pub fn slc1_rx_fill_en(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_fill_en(&self) -> BitReaderRaw<bool>
Bit 20
pub fn slc1_rd_retry_threshold(&self) -> FieldReaderRaw<u16, u16>
pub fn slc1_rd_retry_threshold(&self) -> FieldReaderRaw<u16, u16>
Bits 21:31
Methods from Deref<Target = R<RX_DSCR_CONF_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<RX_DSCR_CONF_SPEC>> for R
impl From<R<RX_DSCR_CONF_SPEC>> for R
§fn from(reader: R<RX_DSCR_CONF_SPEC>) -> R
fn from(reader: R<RX_DSCR_CONF_SPEC>) -> R
Converts to this type from the input type.