Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h277 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_2_REG); in memprot_ll_iram0_sram_get_perm_split_reg()
368 DPORT_WRITE_PERI_REG(DPORT_PMS_PRO_IRAM0_2_REG, (uint32_t)(reg_split_addr | permission_mask)); in memprot_ll_iram0_sram_set_prot()
375 *lw = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_W); in memprot_ll_iram0_sram_get_split_sgnf_bits()
376 *lr = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_R); in memprot_ll_iram0_sram_get_split_sgnf_bits()
377 *lx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_F); in memprot_ll_iram0_sram_get_split_sgnf_bits()
378 *hw = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_W); in memprot_ll_iram0_sram_get_split_sgnf_bits()
379 *hr = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_R); in memprot_ll_iram0_sram_get_split_sgnf_bits()
380 *hx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_F); in memprot_ll_iram0_sram_get_split_sgnf_bits()
385 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_R, lr ? 1 : 0); in memprot_ll_iram0_sram_set_read_perm()
386 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_R, hr ? 1 : 0); in memprot_ll_iram0_sram_set_read_perm()
[all …]
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h276 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_2_REG);
364 DPORT_WRITE_PERI_REG( DPORT_PMS_PRO_IRAM0_2_REG, reg_split_addr | permission_mask );
369 *lw = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_W );
370 *lr = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_R );
371 *lx = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_F );
372 *hw = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_W );
373 *hr = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_R );
374 *hx = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_H_F );
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsensitive_reg.h136 #define DPORT_PMS_PRO_IRAM0_2_REG (DR_REG_SENSITIVE_BASE + 0x018) macro