/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 101 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/ |
D | reset_reason.c | 90 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/ |
D | reset_reason.c | 103 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/ |
D | reset_reason.c | 113 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/ |
D | reset_reason.c | 113 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/ |
D | reset_reason.c | 100 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/ |
D | reset_reason.c | 98 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/ |
D | esp_adc_cal.c | 185 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/ |
D | esp_adc_cal_legacy.c | 179 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/ |
D | phy_init_data.h | 13 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/esp_phy/esp32c2/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/esp_phy/esp32c3/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/esp_phy/esp32c6/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/esp_phy/esp32s2/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/esp_phy/esp32s3/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local
|
D | esp_sha256.c | 213 uint32_t high, low; in mbedtls_sha256_finish() local
|
D | esp_sha512.c | 260 uint64_t high, low; in mbedtls_sha512_finish() local
|
/hal_espressif-latest/components/esp_adc/esp32/ |
D | adc_cali_line_fitting.c | 175 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/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local
|
D | esp_sha256.c | 204 uint32_t high, low; in mbedtls_sha256_finish() local
|
D | esp_sha512.c | 263 uint64_t high, low; in mbedtls_sha512_finish() local
|
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 107 uint32_t high, in characterize_using_two_point()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/ |
D | esp_adc_cal_legacy.c | 109 uint32_t high, in characterize_using_two_point()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | fastpbkdf2.c | 313 uint32_t high, low; in sha1_finish() local
|