Home
last modified time | relevance | path

Searched refs:DRAM0_INTR_ST_OP_RW_BIT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h66 #define DRAM0_INTR_ST_OP_RW_BIT BIT(4) //read: 0, write: 1 macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h408 #define DRAM0_INTR_ST_OP_RW_BIT BIT(4) //read: 0, write: 1
571 *op_type = (uint32_t)status_bits & DRAM0_INTR_ST_OP_RW_BIT;
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h572 *op_type = status_bits & DRAM0_INTR_ST_OP_RW_BIT; in memprot_ll_dram0_get_fault_op_type()