Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_ll.h302 uint32_t uni_block_perm = 0; in memprot_ll_iram0_sram_set_prot() local
310 uni_block_perm |= write_bit; in memprot_ll_iram0_sram_set_prot()
313 uni_block_perm |= read_bit; in memprot_ll_iram0_sram_set_prot()
316 uni_block_perm |= exec_bit; in memprot_ll_iram0_sram_set_prot()
320 uni_block_perm |= write_bit; in memprot_ll_iram0_sram_set_prot()
323 uni_block_perm |= read_bit; in memprot_ll_iram0_sram_set_prot()
326 uni_block_perm |= exec_bit; in memprot_ll_iram0_sram_set_prot()
360 DPORT_WRITE_PERI_REG(DPORT_PMS_PRO_IRAM0_1_REG, uni_block_perm); in memprot_ll_iram0_sram_set_prot()
717 uint32_t write_bit, read_bit, uni_block_perm = 0; in memprot_ll_dram0_sram_set_prot() local
724 uni_block_perm |= write_bit; in memprot_ll_dram0_sram_set_prot()
[all …]