Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c102 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c91 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c104 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c114 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c114 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c101 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c99 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c186 uint32_t low, in characterize_using_two_point()
301 uint32_t low = read_efuse_tp_low(adc_num); in esp_adc_cal_characterize() local
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c180 uint32_t low, in characterize_using_two_point()
295 uint32_t low = read_efuse_tp_low(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.c176 uint32_t low = read_efuse_tp_low(config->unit_id); in adc_cali_create_scheme_line_fitting() local
358 uint32_t low, 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.c108 uint32_t low, in characterize_using_two_point()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c110 uint32_t low, 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