Searched defs:lx (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | memprot_peri_ll.h | 277 …prot_ll_peri2_rtcslow_0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… 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() 340 static inline void memprot_ll_peri2_rtcslow_0_set_exec_perm(bool lx, bool hx) in memprot_ll_peri2_rtcslow_0_set_exec_perm() 365 …prot_ll_peri2_rtcslow_1_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… 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() 428 static inline void memprot_ll_peri2_rtcslow_1_set_exec_perm(bool lx, bool hx) in memprot_ll_peri2_rtcslow_1_set_exec_perm()
|
D | memprot_ll.h | 273 …t memprot_ll_iram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… 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() 388 static inline void memprot_ll_iram0_sram_set_exec_perm(bool lx, bool hx) in memprot_ll_iram0_sram_set_exec_perm() 420 …emprot_ll_iram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… 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() 484 static inline void memprot_ll_iram0_rtcfast_set_exec_perm(bool lx, bool hx) in memprot_ll_iram0_rtcfast_set_exec_perm()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 643 …t_iram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in esp_memprot_set_prot_iram() 655 …_get_perm_split_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *… in esp_memprot_get_perm_split_bits_iram() 729 …get_perm_split_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *… in esp_memprot_get_perm_split_bits_peri2() 749 …_peri2(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… 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() 960 esp_err_t esp_memprot_get_perm_exec(mem_type_prot_t mem_type, bool *lx, bool *hx) in esp_memprot_get_perm_exec() 1084 esp_err_t esp_memprot_set_exec_perm(mem_type_prot_t mem_type, bool lx, bool hx) in esp_memprot_set_exec_perm()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local 2101 struct crypto_bignum *lx; in dpp_auth_derive_l_initiator() local
|