Searched defs:lr (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/ |
D | memprot_peri_ll.h | 127 …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() 162 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() 170 static inline void memprot_ll_peri1_rtcslow_set_read_perm(bool lr, bool hr) in memprot_ll_peri1_rtcslow_set_read_perm() 285 …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() 326 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() 336 static inline void memprot_ll_peri2_rtcslow_0_set_read_perm(bool lr, bool hr) in memprot_ll_peri2_rtcslow_0_set_read_perm() 373 …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() 414 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() 424 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 | 280 …t_ll_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() 373 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() 383 static inline void memprot_ll_iram0_sram_set_read_perm(bool lr, bool hr) in memprot_ll_iram0_sram_set_read_perm() 427 …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() 469 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() 479 static inline void memprot_ll_iram0_rtcfast_set_read_perm(bool lr, bool hr) in memprot_ll_iram0_rtcfast_set_read_perm() 696 …t_ll_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() 770 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() 778 static inline void memprot_ll_dram0_sram_set_read_perm(bool lr, bool hr) in memprot_ll_dram0_sram_set_read_perm() 811 …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-3.5.0/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 617 …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() 644 …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() 656 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() 676 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() 696 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() 713 …_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() 730 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() 750 …_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() 903 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() 938 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 …]
|