Struct esp32_hal::pac::slc::bridge_conf::R
pub struct R(_);
Expand description
Register BRIDGE_CONF
reader
Implementations§
§impl R
impl R
pub fn fifo_map_ena(&self) -> FieldReaderRaw<u8, u8>
pub fn fifo_map_ena(&self) -> FieldReaderRaw<u8, u8>
Bits 8:11
pub fn slc0_tx_dummy_mode(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_dummy_mode(&self) -> BitReaderRaw<bool>
Bit 12
pub fn hda_map_128k(&self) -> BitReaderRaw<bool>
pub fn hda_map_128k(&self) -> BitReaderRaw<bool>
Bit 13
pub fn slc1_tx_dummy_mode(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_dummy_mode(&self) -> BitReaderRaw<bool>
Bit 14
pub fn tx_push_idle_num(&self) -> FieldReaderRaw<u16, u16>
pub fn tx_push_idle_num(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31
Methods from Deref<Target = R<BRIDGE_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<BRIDGE_CONF_SPEC>> for R
impl From<R<BRIDGE_CONF_SPEC>> for R
§fn from(reader: R<BRIDGE_CONF_SPEC>) -> R
fn from(reader: R<BRIDGE_CONF_SPEC>) -> R
Converts to this type from the input type.