Struct esp32_hal::pac::slc::_0_len_conf::R
pub struct R(_);
Expand description
Register _0_LEN_CONF
reader
Implementations§
§impl R
impl R
pub fn slc0_rx_packet_load_en(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_packet_load_en(&self) -> BitReaderRaw<bool>
Bit 23
pub fn slc0_tx_packet_load_en(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_packet_load_en(&self) -> BitReaderRaw<bool>
Bit 24
pub fn slc0_rx_new_pkt_ind(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_new_pkt_ind(&self) -> BitReaderRaw<bool>
Bit 27
pub fn slc0_tx_new_pkt_ind(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_new_pkt_ind(&self) -> BitReaderRaw<bool>
Bit 28
Methods from Deref<Target = R<_0_LEN_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<_0_LEN_CONF_SPEC>> for R
impl From<R<_0_LEN_CONF_SPEC>> for R
§fn from(reader: R<_0_LEN_CONF_SPEC>) -> R
fn from(reader: R<_0_LEN_CONF_SPEC>) -> R
Converts to this type from the input type.