Module esp32s2::ds

source ·
Expand description

Digital Signature

Modules

memory C
Version control register
IV block data.
Status of the DS
Queries DS check result
Checks the reason why DS_KEY is not ready.
Ends DS operation
Starts DS operation
Activates the DS peripheral
memory X
memory Z

Structs

Register block

Type Definitions

C_MEM (rw) register accessor: an alias for Reg<C_MEM_SPEC>
DATE (rw) register accessor: an alias for Reg<DATE_SPEC>
IV_ (w) register accessor: an alias for Reg<IV__SPEC>
QUERY_BUSY (r) register accessor: an alias for Reg<QUERY_BUSY_SPEC>
QUERY_CHECK (r) register accessor: an alias for Reg<QUERY_CHECK_SPEC>
QUERY_KEY_WRONG (r) register accessor: an alias for Reg<QUERY_KEY_WRONG_SPEC>
SET_FINISH (w) register accessor: an alias for Reg<SET_FINISH_SPEC>
SET_ME (w) register accessor: an alias for Reg<SET_ME_SPEC>
SET_START (w) register accessor: an alias for Reg<SET_START_SPEC>
X_MEM (rw) register accessor: an alias for Reg<X_MEM_SPEC>
Z_MEM (rw) register accessor: an alias for Reg<Z_MEM_SPEC>