Struct esp32c2_hal::pac::system::edma_ctrl::R
pub struct R(_);
Expand description
Register EDMA_CTRL
reader
Implementations§
§impl R
impl R
pub fn edma_clk_on(&self) -> BitReaderRaw<bool>
pub fn edma_clk_on(&self) -> BitReaderRaw<bool>
Bit 0 - Set 1 to enable EDMA clock.
pub fn edma_reset(&self) -> BitReaderRaw<bool>
pub fn edma_reset(&self) -> BitReaderRaw<bool>
Bit 1 - Set 1 to let EDMA reset
Methods from Deref<Target = R<EDMA_CTRL_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<EDMA_CTRL_SPEC>> for R
impl From<R<EDMA_CTRL_SPEC>> for R
§fn from(reader: R<EDMA_CTRL_SPEC>) -> R
fn from(reader: R<EDMA_CTRL_SPEC>) -> R
Converts to this type from the input type.