Select one of the symbols to view example projects that use it.
 
Outline
#include "soc/hwcrypto_reg.h"
#include "soc/mpi_periph.h"
MPI_BLOCK_BASES
MPI_OPERATIONS_REG
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/soc/esp32/mpi_periph.c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #include "soc/hwcrypto_reg.h" #include "soc/mpi_periph.h" const uint32_t MPI_BLOCK_BASES[SOC_MPI_MEM_BLOCKS_NUM] = { RSA_MEM_X_BLOCK_BASE, RSA_MEM_Y_BLOCK_BASE, RSA_MEM_Z_BLOCK_BASE, RSA_MEM_M_BLOCK_BASE, }{...}; const uint32_t MPI_OPERATIONS_REG[SOC_MPI_OPERATIONS_NUM] = { RSA_MULT_START_REG, }{...};
Details
Show:
from
Types: Columns: