Struct esp32c2_hal::pac::dma::misc_conf::R
pub struct R(_);
Expand description
Register MISC_CONF
reader
Implementations§
§impl R
impl R
pub fn ahbm_rst_inter(&self) -> BitReaderRaw<bool>
pub fn ahbm_rst_inter(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit, then clear this bit to reset the internal ahb FSM.
pub fn arb_pri_dis(&self) -> BitReaderRaw<bool>
pub fn arb_pri_dis(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to disable priority arbitration function.
Methods from Deref<Target = R<MISC_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<MISC_CONF_SPEC>> for R
impl From<R<MISC_CONF_SPEC>> for R
§fn from(reader: R<MISC_CONF_SPEC>) -> R
fn from(reader: R<MISC_CONF_SPEC>) -> R
Converts to this type from the input type.