Module esp32c3::ds

source ·
Expand description

Digital Signature

Modules

memory that stores BOX
DS version control register
memory that stores M
DS query busy register
DS query check result register
DS query key-wrong counter register
memory that stores Rb
DS continue control register
DS finish control register
DS start control register
memory that stores X
memory that stores Y
memory that stores Z

Structs

Register block

Type Definitions

BOX_MEM (rw) register accessor: an alias for Reg<BOX_MEM_SPEC>
DATE (rw) register accessor: an alias for Reg<DATE_SPEC>
M_MEM (rw) register accessor: an alias for Reg<M_MEM_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>
RB_MEM (rw) register accessor: an alias for Reg<RB_MEM_SPEC>
SET_CONTINUE (w) register accessor: an alias for Reg<SET_CONTINUE_SPEC>
SET_FINISH (w) register accessor: an alias for Reg<SET_FINISH_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>
Y_MEM (rw) register accessor: an alias for Reg<Y_MEM_SPEC>
Z_MEM (rw) register accessor: an alias for Reg<Z_MEM_SPEC>