Searched refs:DPORT_PMS_PRO_DRAM0_2_REG (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | memprot_ll.h | 842 DPORT_WRITE_PERI_REG(DPORT_PMS_PRO_DRAM0_2_REG, reg_split_addr | permission_mask); in memprot_ll_dram0_rtcfast_set_prot() 849 *lw = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_L_W); in memprot_ll_dram0_rtcfast_get_split_sgnf_bits() 850 *lr = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_L_R); in memprot_ll_dram0_rtcfast_get_split_sgnf_bits() 851 *hw = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_H_W); in memprot_ll_dram0_rtcfast_get_split_sgnf_bits() 852 *hr = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_H_R); in memprot_ll_dram0_rtcfast_get_split_sgnf_bits() 857 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DRAM0_2_REG); in memprot_ll_dram0_rtcfast_get_perm_split_reg() 862 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_L_R, lr ? 1 : 0); in memprot_ll_dram0_rtcfast_set_read_perm() 863 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_H_R, hr ? 1 : 0); in memprot_ll_dram0_rtcfast_set_read_perm() 868 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_L_W, lw ? 1 : 0); in memprot_ll_dram0_rtcfast_set_write_perm() 869 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_DRAM0_2_REG, DPORT_PMS_PRO_DRAM0_RTCFAST_H_W, hw ? 1 : 0); in memprot_ll_dram0_rtcfast_set_write_perm()
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | sensitive_reg.h | 340 #define DPORT_PMS_PRO_DRAM0_2_REG (DR_REG_SENSITIVE_BASE + 0x030) macro
|