Searched refs:read_bit (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | memprot_ll.h | 119 uint32_t write_bit, read_bit, exec_bit; in memprot_ll_iram0_sram_set_uni_block_perm() local 124 read_bit = DPORT_PMS_PRO_IRAM0_SRAM_0_R; in memprot_ll_iram0_sram_set_uni_block_perm() 129 read_bit = DPORT_PMS_PRO_IRAM0_SRAM_1_R; in memprot_ll_iram0_sram_set_uni_block_perm() 134 read_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_R; in memprot_ll_iram0_sram_set_uni_block_perm() 139 read_bit = DPORT_PMS_PRO_IRAM0_SRAM_3_R; in memprot_ll_iram0_sram_set_uni_block_perm() 153 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, read_bit); in memprot_ll_iram0_sram_set_uni_block_perm() 155 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, read_bit); in memprot_ll_iram0_sram_set_uni_block_perm() 167 static inline bool memprot_ll_iram0_sram_get_uni_block_read_bit(uint32_t block, uint32_t *read_bit) in memprot_ll_iram0_sram_get_uni_block_read_bit() argument 171 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_0_R); in memprot_ll_iram0_sram_get_uni_block_read_bit() 174 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_1_R); in memprot_ll_iram0_sram_get_uni_block_read_bit() [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 478 …_t esp_memprot_get_uni_block_read_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *read_bit) in esp_memprot_get_uni_block_read_bit() argument 480 if (read_bit == NULL) { in esp_memprot_get_uni_block_read_bit() 488 if (!memprot_ll_iram0_sram_get_uni_block_read_bit(block, read_bit)) { in esp_memprot_get_uni_block_read_bit() 493 if (!memprot_ll_dram0_sram_get_uni_block_read_bit(block, read_bit)) { in esp_memprot_get_uni_block_read_bit()
|
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 265 …t esp_memprot_get_uni_block_read_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *read_bit);
|