Searched refs:write_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 123 write_bit = DPORT_PMS_PRO_IRAM0_SRAM_0_W; in memprot_ll_iram0_sram_set_uni_block_perm() 128 write_bit = DPORT_PMS_PRO_IRAM0_SRAM_1_W; in memprot_ll_iram0_sram_set_uni_block_perm() 133 write_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_W; in memprot_ll_iram0_sram_set_uni_block_perm() 138 write_bit = DPORT_PMS_PRO_IRAM0_SRAM_3_W; in memprot_ll_iram0_sram_set_uni_block_perm() 147 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, write_bit); in memprot_ll_iram0_sram_set_uni_block_perm() 149 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, write_bit); in memprot_ll_iram0_sram_set_uni_block_perm() 189 …atic inline bool memprot_ll_iram0_sram_get_uni_block_write_bit(uint32_t block, uint32_t *write_bit) in memprot_ll_iram0_sram_get_uni_block_write_bit() argument 193 *write_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_0_W); in memprot_ll_iram0_sram_get_uni_block_write_bit() 196 *write_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_1_W); in memprot_ll_iram0_sram_get_uni_block_write_bit() [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 505 … esp_memprot_get_uni_block_write_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *write_bit) in esp_memprot_get_uni_block_write_bit() argument 507 if (write_bit == NULL) { in esp_memprot_get_uni_block_write_bit() 515 if (!memprot_ll_iram0_sram_get_uni_block_write_bit(block, write_bit)) { in esp_memprot_get_uni_block_write_bit() 520 if (!memprot_ll_dram0_sram_get_uni_block_write_bit(block, write_bit)) { in esp_memprot_get_uni_block_write_bit()
|
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 279 …esp_memprot_get_uni_block_write_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *write_bit);
|