Type Alias esp32c3::xts_aes::state::STATE_R

source ·
pub type STATE_R = FieldReader;
Expand description

Field STATE reader - Those bits shows XTS-AES status. 0=IDLE, 1=WORK, 2=RELEASE, 3=USE. IDLE means that XTS-AES is idle. WORK means that XTS-AES is busy with calculation. RELEASE means the encrypted result is generated but not visible to mspi. USE means that the encrypted result is visible to mspi.

Aliased Type§

struct STATE_R { /* private fields */ }