Searched refs:read_perm (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 136 …p_memprot_iram0_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm, bool exec_perm) 172 if ( read_perm ) { 482 …c inline void esp_memprot_dram0_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm) 495 if ( read_perm ) {
|
/hal_espressif-3.5.0/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 308 …set_uni_block_perm_dram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm); 344 …rm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm, bool exec_perm);
|
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/ |
D | memprot_ll.h | 124 …t_ll_iram0_sram_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm, bool exec_perm) in memprot_ll_iram0_sram_set_uni_block_perm() argument 159 if (read_perm) { in memprot_ll_iram0_sram_set_uni_block_perm() 622 …_ll_err_t memprot_ll_dram0_sram_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm) in memprot_ll_dram0_sram_set_uni_block_perm() argument 637 if (read_perm) { in memprot_ll_dram0_sram_set_uni_block_perm()
|
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 552 …_set_uni_block_perm_dram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm) in esp_memprot_set_uni_block_perm_dram() argument 556 …_memprot_ll_err_to_esp_err(memprot_ll_dram0_sram_set_uni_block_perm(block, write_perm, read_perm)); in esp_memprot_set_uni_block_perm_dram() 629 …erm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm, bool exec_perm) in esp_memprot_set_uni_block_perm_iram() argument 633 if (!memprot_ll_iram0_sram_set_uni_block_perm(block, write_perm, read_perm, exec_perm)) { in esp_memprot_set_uni_block_perm_iram()
|