Searched refs:status_bits (Results 1 – 2 of 2) sorted by relevance
54 uint32_t status_bits = memprot_ll_peri1_get_fault_reg(); in memprot_ll_peri1_get_fault_op_type() local58 *op_subtype = (uint32_t)status_bits & PERI1_INTR_ST_OP_TYPE_BIT; in memprot_ll_peri1_get_fault_op_type()104 uint32_t status_bits = memprot_ll_peri1_get_fault_reg(); in memprot_ll_peri1_rtcslow_get_fault_address() local105 uint32_t fault_address = (status_bits & PERI1_INTR_ST_FAULTADDR_M) >> PERI1_INTR_ST_FAULTADDR_S; in memprot_ll_peri1_rtcslow_get_fault_address()106 …uint32_t high_bits = (status_bits & PERI1_INTR_ST_OP_HIGH_BITS) ? PERI1_RTCSLOW_INTR_ST_FAULTADDR_… in memprot_ll_peri1_rtcslow_get_fault_address()216 uint32_t status_bits = memprot_ll_peri2_get_fault_reg(); in memprot_ll_peri2_get_fault_op_type() local217 *op_type = (uint32_t)status_bits & PERI2_INTR_ST_OP_RW_BIT; in memprot_ll_peri2_get_fault_op_type()218 *op_subtype = (uint32_t)status_bits & PERI2_INTR_ST_OP_TYPE_BIT; in memprot_ll_peri2_get_fault_op_type()259 uint32_t status_bits = memprot_ll_peri2_get_fault_reg(); in memprot_ll_peri2_rtcslow_get_fault_address() local260 return (intptr_t)(status_bits & PERI2_INTR_ST_FAULTADDR_M); in memprot_ll_peri2_rtcslow_get_fault_address()
55 uint32_t status_bits = memprot_ll_iram0_get_fault_reg(); in memprot_ll_iram0_get_fault_op_type() local56 *op_type = (uint32_t)status_bits & IRAM0_INTR_ST_OP_RW_BIT; in memprot_ll_iram0_get_fault_op_type()57 *op_subtype = (uint32_t)status_bits & IRAM0_INTR_ST_OP_TYPE_BIT; in memprot_ll_iram0_get_fault_op_type()103 uint32_t status_bits = memprot_ll_iram0_get_fault_reg(); in memprot_ll_iram0_sram_get_fault_address() local104 return (intptr_t)((status_bits & IRAM0_INTR_ST_FAULTADDR_M) | IRAM0_SRAM_INTR_ST_FAULTADDR_HI); in memprot_ll_iram0_sram_get_fault_address()402 uint32_t status_bits = memprot_ll_iram0_get_fault_reg(); in memprot_ll_iram0_rtcfast_get_fault_address() local403 … return (intptr_t)((status_bits & IRAM0_INTR_ST_FAULTADDR_M) | IRAM0_RTCFAST_INTR_ST_FAULTADDR_HI); in memprot_ll_iram0_rtcfast_get_fault_address()564 uint32_t status_bits = memprot_ll_dram0_get_fault_reg(); in memprot_ll_dram0_get_fault_op_type() local565 *op_type = status_bits & DRAM0_INTR_ST_OP_RW_BIT; in memprot_ll_dram0_get_fault_op_type()566 *op_subtype = status_bits & DRAM0_INTR_ST_OP_ATOMIC_BIT; in memprot_ll_dram0_get_fault_op_type()[all …]