Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h460 permission_mask |= DPORT_PMS_PRO_IRAM0_RTCFAST_H_F; in memprot_ll_iram0_rtcfast_set_prot()
476 *hx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_3_REG, DPORT_PMS_PRO_IRAM0_RTCFAST_H_F); in memprot_ll_iram0_rtcfast_get_split_sgnf_bits()
494 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_IRAM0_3_REG, DPORT_PMS_PRO_IRAM0_RTCFAST_H_F, hx ? 1 : 0); in memprot_ll_iram0_rtcfast_set_exec_perm()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsensitive_reg.h195 #define DPORT_PMS_PRO_IRAM0_RTCFAST_H_F (BIT(14)) macro