Type Alias esp32h2::aes::state::R

source ·
pub type R = R<STATE_SPEC>;
Expand description

Register STATE reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn state(&self) -> STATE_R

Bits 0:1 - Those bits shows AES status. For typical AES, 0: idle, 1: busy. For DMA-AES, 0: idle, 1: busy, 2: calculation_done.