Home
last modified time | relevance | path

Searched defs:hr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_peri_ll.h119 …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 …ic inline void memprot_ll_peri1_rtcslow_get_split_sgnf_bits(bool *lw, bool *lr, bool *hw, bool *hr) 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 …eri2_rtcslow_0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in memprot_ll_peri2_rtcslow_0_set_prot()
318 …_ll_peri2_rtcslow_0_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) 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 …eri2_rtcslow_1_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in memprot_ll_peri2_rtcslow_1_set_prot()
406 …_ll_peri2_rtcslow_1_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) 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()
Dmemprot_ll.h273 …_ll_iram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in memprot_ll_iram0_sram_set_prot()
366 …mprot_ll_iram0_sram_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) 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 …_iram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in memprot_ll_iram0_rtcfast_set_prot()
462 …ot_ll_iram0_rtcfast_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) 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/
Dmemprot.c616 …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 …m_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in esp_memprot_set_prot_iram()
655 …lit_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) in esp_memprot_get_perm_split_bits_iram()
675 …_memprot_get_perm_split_bits_dram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *hw, bool *hr) in esp_memprot_get_perm_split_bits_dram()
695 …memprot_get_perm_split_bits_peri1(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *hw, bool *hr) 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 …it_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) in esp_memprot_get_perm_split_bits_peri2()
749 …m_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, bool hx) in esp_memprot_set_prot_peri2()
902 …t_permissions(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr, bool *hx) 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 …]