Struct esp32s3_hal::pac::aes::dma_enable::R
pub struct R(_);
Expand description
Register DMA_ENABLE
reader
Implementations§
§impl R
impl R
pub fn dma_enable(&self) -> BitReaderRaw<bool>
pub fn dma_enable(&self) -> BitReaderRaw<bool>
Bit 0 - Defines the working mode of the AES accelerator. 1’b0: typical AES working mode, 1’b1: DMA-AES working mode.
Methods from Deref<Target = R<DMA_ENABLE_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<DMA_ENABLE_SPEC>> for R
impl From<R<DMA_ENABLE_SPEC>> for R
§fn from(reader: R<DMA_ENABLE_SPEC>) -> R
fn from(reader: R<DMA_ENABLE_SPEC>) -> R
Converts to this type from the input type.