Home
last modified time | relevance | path

Searched refs:I_D_SPLIT_LINE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmemprot_types.h56 #define MEMP_HAL_CHECK_SPLIT_ADDR_ALIGNED(x) if (x % I_D_SPLIT_LINE_ALIGN != 0) { return MEMP_HAL_E…
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmemprot_defs.h40 #define I_D_SPLIT_LINE_ALIGN 0x100 macro