Module esp32c6::ds

source ·
Expand description

Digital Signature

Modules§

Structs§

Type Aliases§

  • BOX_MEM (rw) register accessor: memory that stores BOX
  • DATE (rw) register accessor: DS version control register
  • IV_MEM (rw) register accessor: memory that stores IV
  • M_MEM (rw) register accessor: memory that stores M
  • QUERY_BUSY (r) register accessor: DS query busy register
  • QUERY_CHECK (r) register accessor: DS query check result register
  • QUERY_KEY_WRONG (r) register accessor: DS query key-wrong counter register
  • RB_MEM (rw) register accessor: memory that stores Rb
  • SET_CONTINUE (w) register accessor: DS continue control register
  • SET_FINISH (w) register accessor: DS finish control register
  • SET_START (w) register accessor: DS start control register
  • X_MEM (rw) register accessor: memory that stores X
  • Y_MEM (rw) register accessor: memory that stores Y
  • Z_MEM (rw) register accessor: memory that stores Z