Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c101 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c90 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c103 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c113 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c113 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c100 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c98 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c185 uint32_t high, in characterize_using_two_point()
300 uint32_t high = read_efuse_tp_high(adc_num); in esp_adc_cal_characterize() local
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c179 uint32_t high, in characterize_using_two_point()
294 uint32_t high = read_efuse_tp_high(adc_num); in esp_adc_cal_characterize() local
/hal_espressif-latest/components/esp_phy/esp32/include/
Dphy_init_data.h13 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/esp_phy/esp32c2/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/esp_phy/esp32c3/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/esp_phy/esp32c6/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/esp_phy/esp32s2/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/esp_phy/esp32s3/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-latest/components/mbedtls/port/sha/block/
Desp_sha1.c194 uint32_t high, low; in mbedtls_sha1_finish() local
Desp_sha256.c213 uint32_t high, low; in mbedtls_sha256_finish() local
Desp_sha512.c260 uint64_t high, low; in mbedtls_sha512_finish() local
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c175 uint32_t high = read_efuse_tp_high(config->unit_id); in adc_cali_create_scheme_line_fitting() local
357 uint32_t high, in characterize_using_two_point()
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha1.c194 uint32_t high, low; in mbedtls_sha1_finish() local
Desp_sha256.c204 uint32_t high, low; in mbedtls_sha256_finish() local
Desp_sha512.c263 uint64_t high, low; in mbedtls_sha512_finish() local
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c107 uint32_t high, in characterize_using_two_point()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c109 uint32_t high, in characterize_using_two_point()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dfastpbkdf2.c313 uint32_t high, low; in sha1_finish() local

12