Type Alias esp32c3::xts_aes::STATE

source ·
pub type STATE = Reg<STATE_SPEC>;
Expand description

STATE (r) register accessor: XTS-AES status register

You can read this register and get state::R. See API.

For information about available fields see state module

Aliased Type§

struct STATE { /* private fields */ }