Searched defs:lr (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/hal/esp32s2/include/hal/ |
| D | memprot_peri_ll.h | 119 …l_err_t memprot_ll_peri1_rtcslow_set_prot(uint32_t *split_addr, bool lw, bool lr, bool hw, bool hr) in memprot_ll_peri1_rtcslow_set_prot() 154 static inline void memprot_ll_peri1_rtcslow_get_split_sgnf_bits(bool *lw, bool *lr, bool *hw, bool … in memprot_ll_peri1_rtcslow_get_split_sgnf_bits() 162 static inline void memprot_ll_peri1_rtcslow_set_read_perm(bool lr, bool hr) in memprot_ll_peri1_rtcslow_set_read_perm() 277 …err_t memprot_ll_peri2_rtcslow_0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in memprot_ll_peri2_rtcslow_0_set_prot() 318 static inline void memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, boo… in memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits() 328 static inline void memprot_ll_peri2_rtcslow_0_set_read_perm(bool lr, bool hr) in memprot_ll_peri2_rtcslow_0_set_read_perm() 365 …err_t memprot_ll_peri2_rtcslow_1_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in memprot_ll_peri2_rtcslow_1_set_prot() 406 static inline void memprot_ll_peri2_rtcslow_1_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, boo… in memprot_ll_peri2_rtcslow_1_get_split_sgnf_bits() 416 static inline void memprot_ll_peri2_rtcslow_1_set_read_perm(bool lr, bool hr) in memprot_ll_peri2_rtcslow_1_set_read_perm()
|
| D | memprot_ll.h | 273 …_hal_err_t memprot_ll_iram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in memprot_ll_iram0_sram_set_prot() 366 static inline void memprot_ll_iram0_sram_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw… in memprot_ll_iram0_sram_get_split_sgnf_bits() 376 static inline void memprot_ll_iram0_sram_set_read_perm(bool lr, bool hr) in memprot_ll_iram0_sram_set_read_perm() 420 …l_err_t memprot_ll_iram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in memprot_ll_iram0_rtcfast_set_prot() 462 static inline void memprot_ll_iram0_rtcfast_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool … in memprot_ll_iram0_rtcfast_get_split_sgnf_bits() 472 static inline void memprot_ll_iram0_rtcfast_set_read_perm(bool lr, bool hr) in memprot_ll_iram0_rtcfast_set_read_perm() 689 …_hal_err_t memprot_ll_dram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool hw, bool hr) in memprot_ll_dram0_sram_set_prot() 763 static inline void memprot_ll_dram0_sram_get_split_sgnf_bits(bool *lw, bool *lr, bool *hw, bool *hr) in memprot_ll_dram0_sram_get_split_sgnf_bits() 771 static inline void memprot_ll_dram0_sram_set_read_perm(bool lr, bool hr) in memprot_ll_dram0_sram_set_read_perm() 804 …l_err_t memprot_ll_dram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool hw, bool hr) in memprot_ll_dram0_rtcfast_set_prot() [all …]
|
| /hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
| D | memprot.c | 616 …t_set_prot_dram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool hw, bool hr) in esp_memprot_set_prot_dram() 643 …t_set_prot_iram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in esp_memprot_set_prot_iram() 655 esp_err_t esp_memprot_get_perm_split_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *… in esp_memprot_get_perm_split_bits_iram() 675 esp_err_t esp_memprot_get_perm_split_bits_dram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *… in esp_memprot_get_perm_split_bits_dram() 695 esp_err_t esp_memprot_get_perm_split_bits_peri1(mem_type_prot_t mem_type, bool *lw, bool *lr, bool … in esp_memprot_get_perm_split_bits_peri1() 712 …_set_prot_peri1(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool hw, bool hr) in esp_memprot_set_prot_peri1() 729 esp_err_t esp_memprot_get_perm_split_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool … in esp_memprot_get_perm_split_bits_peri2() 749 …_set_prot_peri2(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw… in esp_memprot_set_prot_peri2() 902 esp_err_t esp_memprot_get_permissions(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool … in esp_memprot_get_permissions() 937 esp_err_t esp_memprot_get_perm_read(mem_type_prot_t mem_type, bool *lr, bool *hr) in esp_memprot_get_perm_read() [all …]
|