Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h67 #define DRAM0_INTR_ST_OP_ATOMIC_BIT BIT(5) //non-atomic: 0, atomic: 1 macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h409 #define DRAM0_INTR_ST_OP_ATOMIC_BIT BIT(5) //non-atomic: 0, atomic: 1
572 *op_subtype = (uint32_t)status_bits & DRAM0_INTR_ST_OP_ATOMIC_BIT;
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h573 *op_subtype = status_bits & DRAM0_INTR_ST_OP_ATOMIC_BIT; in memprot_ll_dram0_get_fault_op_type()