Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c644 …ram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b… in esp_memprot_set_prot_iram() argument
648 …_addr != NULL ? split_addr : esp_memprot_iram0_sram_get_min_split_addr(), lw, lr, lx, hw, hr, hx)); in esp_memprot_set_prot_iram()
650 …dr != NULL ? split_addr : esp_memprot_iram0_rtcfast_get_min_split_addr(), lw, lr, lx, hw, hr, hx)); in esp_memprot_set_prot_iram()
656 …t_perm_split_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr,… in esp_memprot_get_perm_split_bits_iram() argument
658 if (lw == NULL || lr == NULL || lx == NULL || hw == NULL || hr == NULL || hx == NULL) { in esp_memprot_get_perm_split_bits_iram()
664 memprot_ll_iram0_sram_get_split_sgnf_bits(lw, lr, lx, hw, hr, hx); in esp_memprot_get_perm_split_bits_iram()
667 memprot_ll_iram0_rtcfast_get_split_sgnf_bits(lw, lr, lx, hw, hr, hx); in esp_memprot_get_perm_split_bits_iram()
730 …_perm_split_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr,… in esp_memprot_get_perm_split_bits_peri2() argument
732 if (lw == NULL || lr == NULL || lx == NULL || hw == NULL || hr == NULL || hx == NULL) { in esp_memprot_get_perm_split_bits_peri2()
738 memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits(lw, lr, lx, hw, hr, hx); in esp_memprot_get_perm_split_bits_peri2()
[all …]
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_peri_ll.h285 …t_ll_peri2_rtcslow_0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b… in memprot_ll_peri2_rtcslow_0_set_prot() argument
307 if (lx) { 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() argument
330 *lx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_AHB_1_REG, DPORT_PMS_PRO_AHB_RTCSLOW_0_L_F); in memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits()
348 static inline void memprot_ll_peri2_rtcslow_0_set_exec_perm(bool lx, bool hx) in memprot_ll_peri2_rtcslow_0_set_exec_perm() argument
350 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_AHB_1_REG, DPORT_PMS_PRO_AHB_RTCSLOW_0_L_F, lx ? 1 : 0); in memprot_ll_peri2_rtcslow_0_set_exec_perm()
373 …t_ll_peri2_rtcslow_1_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b… in memprot_ll_peri2_rtcslow_1_set_prot() argument
395 if (lx) { 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() argument
418 *lx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_AHB_2_REG, DPORT_PMS_PRO_AHB_RTCSLOW_1_L_F); in memprot_ll_peri2_rtcslow_1_get_split_sgnf_bits()
[all …]
Dmemprot_ll.h280 …emprot_ll_iram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b… in memprot_ll_iram0_sram_set_prot() argument
322 if (lx) { in memprot_ll_iram0_sram_set_prot()
353 if (lx) { 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() argument
377 *lx = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_F); in memprot_ll_iram0_sram_get_split_sgnf_bits()
395 static inline void memprot_ll_iram0_sram_set_exec_perm(bool lx, bool hx) in memprot_ll_iram0_sram_set_exec_perm() argument
397 DPORT_REG_SET_FIELD(DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_F, lx ? 1 : 0); in memprot_ll_iram0_sram_set_exec_perm()
427 …rot_ll_iram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b… in memprot_ll_iram0_rtcfast_set_prot() argument
450 if (lx) { 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() argument
[all …]
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s2/
Dmemprot.h364 …ram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b…
392 …t_perm_split_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr,…
450 …_perm_split_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *hr,…
472 …ri2(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr, b…
489 esp_err_t esp_memprot_get_permissions(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool …
529 esp_err_t esp_memprot_get_perm_exec(mem_type_prot_t mem_type, bool *lx, bool *hx);
583 esp_err_t esp_memprot_set_exec_perm(mem_type_prot_t mem_type, bool lx, bool hx);
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_self_test/main/
DKconfig.projbuild92 Resolution is 1lx, measurement time is typically 120ms.
96 Resolution is 0.5lx, measurement time is typically 120ms.
100 Resolution is 4lx, measurement time is typically 16ms.
104 Resolution is 1lx, measurement time is typically 120ms.
109 Resolution is 0.5lx, measurement time is typically 120ms.
114 Resolution is 4lx, measurement time is typically 16ms.
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h279 static inline void esp_memprot_iram0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool…
312 if (lx) {
349 if ( lx ) {
367 static inline void esp_memprot_iram0_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw, bo…
371 *lx = DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_2_REG, DPORT_PMS_PRO_IRAM0_SRAM_4_L_F );
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local
2059 lx = crypto_bignum_init(); in dpp_auth_derive_l_responder()
2060 if (!sum || !q || !lx) in dpp_auth_derive_l_responder()
2077 (crypto_ec_get_affine_coordinates((struct crypto_ec *)group, l, lx, NULL) != 0)) { in dpp_auth_derive_l_responder()
2082 if (dpp_bn2bin_pad(lx, auth->Lx, auth->secret_len) < 0) in dpp_auth_derive_l_responder()
2089 crypto_bignum_deinit(lx, 0); in dpp_auth_derive_l_responder()
2101 struct crypto_bignum *lx; in dpp_auth_derive_l_initiator() local
2107 lx = crypto_bignum_init(); in dpp_auth_derive_l_initiator()
2108 if (!lx) in dpp_auth_derive_l_initiator()
2122 crypto_ec_get_affine_coordinates((struct crypto_ec *)group, l, lx, NULL) != 0) { in dpp_auth_derive_l_initiator()
[all …]