Module esp32c6::ecc

source ·
Expand description

ECC (ECC Hardware Accelerator)

Modules§

Structs§

Type Aliases§

  • K_MEM (rw) register accessor: The memory that stores k.
  • MULT_CONF (rw) register accessor: ECC configure register
  • MULT_DATE (rw) register accessor: Version control register
  • MULT_INT_CLR (w) register accessor: ECC interrupt clear register.
  • MULT_INT_ENA (rw) register accessor: ECC interrupt enable register.
  • MULT_INT_RAW (r) register accessor: ECC interrupt raw register, valid in level.
  • MULT_INT_ST (r) register accessor: ECC interrupt status register.
  • PX_MEM (rw) register accessor: The memory that stores Px.
  • PY_MEM (rw) register accessor: The memory that stores Py.