Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h301 uint32_t uni_block_perm = 0;
307 uni_block_perm |= write_bit;
310 uni_block_perm |= read_bit;
313 uni_block_perm |= exec_bit;
317 uni_block_perm |= write_bit;
320 uni_block_perm |= read_bit;
323 uni_block_perm |= exec_bit;
363 DPORT_WRITE_PERI_REG( DPORT_PMS_PRO_IRAM0_1_REG, uni_block_perm );
598 uint32_t write_bit, read_bit, uni_block_perm = 0;
603 uni_block_perm |= write_bit;
[all …]
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h309 uint32_t uni_block_perm = 0; in memprot_ll_iram0_sram_set_prot() local
317 uni_block_perm |= write_bit; in memprot_ll_iram0_sram_set_prot()
320 uni_block_perm |= read_bit; in memprot_ll_iram0_sram_set_prot()
323 uni_block_perm |= exec_bit; in memprot_ll_iram0_sram_set_prot()
327 uni_block_perm |= write_bit; in memprot_ll_iram0_sram_set_prot()
330 uni_block_perm |= read_bit; in memprot_ll_iram0_sram_set_prot()
333 uni_block_perm |= exec_bit; in memprot_ll_iram0_sram_set_prot()
367 DPORT_WRITE_PERI_REG(DPORT_PMS_PRO_IRAM0_1_REG, uni_block_perm); in memprot_ll_iram0_sram_set_prot()
724 uint32_t write_bit, read_bit, uni_block_perm = 0; in memprot_ll_dram0_sram_set_prot() local
731 uni_block_perm |= write_bit; in memprot_ll_dram0_sram_set_prot()
[all …]