Searched refs:write_perm (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 136 static inline void esp_memprot_iram0_set_uni_block_perm(uint32_t block, bool write_perm, bool read_… 166 if ( write_perm ) { 482 static inline void esp_memprot_dram0_set_uni_block_perm(uint32_t block, bool write_perm, bool read_… 489 if ( write_perm ) {
|
/hal_espressif-3.6.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 …set_uni_block_perm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm,…
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | memprot_ll.h | 124 static inline bool memprot_ll_iram0_sram_set_uni_block_perm(uint32_t block, bool write_perm, bool r… in memprot_ll_iram0_sram_set_uni_block_perm() argument 153 if (write_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 631 if (write_perm) { in memprot_ll_dram0_sram_set_uni_block_perm()
|
/hal_espressif-3.6.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 …set_uni_block_perm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_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()
|