/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/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/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/tools/idf_monitor/idf_monitor_base/ |
D | serial_reader.py | 44 high = False 48 self.serial.rts = high # IO0=HIGH 53 self.serial.dtr = high # Set dtr to reset state (affected by rts) 60 self.serial.rts = high # Set rts/dtr to the working state
|
D | serial_handler.py | 151 high = False 169 self.serial_instance.setRTS(high) 184 self.serial_instance.setDTR(high) # IO0=HIGH 189 self.serial_instance.setRTS(high) # EN=HIGH, chip out of reset 192 self.serial_instance.setDTR(high) # IO0=HIGH, done
|
/hal_espressif-latest/components/esp_adc/esp32s2/ |
D | adc_cali_line_fitting.c | 75 uint32_t high, 217 uint32_t high, in characterize_using_two_point() argument 226 *coeff_a = coeff_a_scaling * (v_high[atten] - v_low) / (high - low); in characterize_using_two_point() 227 *coeff_b = coeff_b_scaling * (v_low * high - v_high[atten] * low) / (high - low); in characterize_using_two_point()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | entering-bootloader.rst | 20 :esp8266: * The nRESET pin was low and is pulled high. 21 * The CH_PD/EN pin ("enable") pin was low and is pulled high. 25 …On {IDF_TARGET_NAME}, both the nRESET and CH_PD pins must be pulled high for the chip to start ope…
|
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 107 uint32_t high, in characterize_using_two_point() argument 116 *coeff_a = coeff_a_scaling * (v_high[atten] - v_low) / (high - low); in characterize_using_two_point() 117 *coeff_b = coeff_b_scaling * (v_low * high - v_high[atten] * low) / (high - low); 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() argument 118 *coeff_a = coeff_a_scaling * (v_high[atten] - v_low) / (high - low); in characterize_using_two_point() 119 *coeff_b = coeff_b_scaling * (v_low * high - v_high[atten] * low) / (high - low); in characterize_using_two_point()
|
/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 103 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 92 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 105 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 102 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 100 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 115 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/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 115 if ((reset_reason_hint & RST_REASON_BIT) == 0 || high != low) { in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32/ |
D | esp_adc_cal_legacy.c | 179 uint32_t high, in characterize_using_two_point() argument 195 uint32_t delta_x = high - low; in characterize_using_two_point() 200 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point() 294 uint32_t high = read_efuse_tp_high(adc_num); in esp_adc_cal_characterize() local 296 characterize_using_two_point(adc_num, atten, high, low, &chars->coeff_a, &chars->coeff_b); in esp_adc_cal_characterize()
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local 197 high = ( ctx->total[0] >> 29 ) in mbedtls_sha1_finish() 201 PUT_UINT32_BE( high, msglen, 0 ); in mbedtls_sha1_finish()
|
D | esp_sha256.c | 204 uint32_t high, low; in mbedtls_sha256_finish() local 207 high = ( ctx->total[0] >> 29 ) in mbedtls_sha256_finish() 211 PUT_UINT32_BE( high, msglen, 0 ); in mbedtls_sha256_finish()
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local 197 high = ( ctx->total[0] >> 29 ) in mbedtls_sha1_finish() 201 PUT_UINT32_BE( high, msglen, 0 ); in mbedtls_sha1_finish()
|
/hal_espressif-latest/components/esp_adc/esp32/ |
D | adc_cali_line_fitting.c | 114 uint32_t high, 175 uint32_t high = read_efuse_tp_high(config->unit_id); in adc_cali_create_scheme_line_fitting() local 177 …characterize_using_two_point(config->unit_id, config->atten, high, low, &chars->coeff_a, &chars->c… in adc_cali_create_scheme_line_fitting() 357 uint32_t high, in characterize_using_two_point() argument 373 uint32_t delta_x = high - low; in characterize_using_two_point() 378 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
|
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/ |
D | esp_adc_cal.c | 185 uint32_t high, in characterize_using_two_point() argument 201 uint32_t delta_x = high - low; in characterize_using_two_point() 206 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point() 300 uint32_t high = read_efuse_tp_high(adc_num); in esp_adc_cal_characterize() local 302 characterize_using_two_point(adc_num, atten, high, low, &chars->coeff_a, &chars->coeff_b); in esp_adc_cal_characterize()
|