Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 82) sorted by relevance

1234

/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/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/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/tools/idf_monitor/idf_monitor_base/
Dserial_reader.py44 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
Dserial_handler.py151 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/
Dadc_cali_line_fitting.c75 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/
Dentering-bootloader.rst20 :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/
Desp_adc_cal.c107 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/
Desp_adc_cal_legacy.c109 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/
Dreset_reason.c101 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/
Dreset_reason.c90 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/
Dreset_reason.c103 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/
Dreset_reason.c100 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/
Dreset_reason.c98 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/
Dreset_reason.c113 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/
Dreset_reason.c113 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/
Desp_adc_cal_legacy.c179 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/
Desp_sha1.c194 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()
Desp_sha256.c204 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/
Desp_sha1.c194 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/
Dadc_cali_line_fitting.c114 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/
Desp_adc_cal.c185 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()

1234