/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/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 102 uint32_t low = reset_reason_hint & 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() 106 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 91 uint32_t low = reset_reason_hint & 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() 95 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 104 uint32_t low = reset_reason_hint & 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() 108 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 101 uint32_t low = reset_reason_hint & 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() 105 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 99 uint32_t low = reset_reason_hint & 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() 103 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 114 uint32_t low = reset_reason_hint & 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() 118 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 114 uint32_t low = reset_reason_hint & 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() 118 return (esp_reset_reason_t) low; in esp_reset_reason_get_hint()
|
/hal_espressif-latest/components/esp_adc/esp32s2/ |
D | adc_cali_line_fitting.c | 76 uint32_t low, 218 uint32_t low, 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 | 10 …- a reset, required pins set correctly, and a correct strapping pin pulled low. For more informati… 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.
|
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 108 uint32_t low, 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 | 110 uint32_t low, 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/tools/idf_monitor/idf_monitor_base/ |
D | serial_reader.py | 45 low = True 47 self.serial.dtr = low # Non reset state 54 self.serial.rts = low # Set rts/dtr to the reset state
|
D | serial_handler.py | 152 low = True 166 self.serial_instance.setRTS(low) 185 self.serial_instance.setRTS(low) # EN=LOW, chip in reset 188 self.serial_instance.setDTR(low) # IO0=LOW
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local 199 low = ( ctx->total[0] << 3 ); in mbedtls_sha1_finish() 202 PUT_UINT32_BE( low, msglen, 4 ); in mbedtls_sha1_finish()
|
D | esp_sha256.c | 204 uint32_t high, low; in mbedtls_sha256_finish() local 209 low = ( ctx->total[0] << 3 ); in mbedtls_sha256_finish() 212 PUT_UINT32_BE( low, msglen, 4 ); in mbedtls_sha256_finish()
|
D | esp_sha512.c | 263 uint64_t high, low; in mbedtls_sha512_finish() local 268 low = ( ctx->total[0] << 3 ); in mbedtls_sha512_finish() 271 PUT_UINT64_BE( low, msglen, 8 ); in mbedtls_sha512_finish()
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha1.c | 194 uint32_t high, low; in mbedtls_sha1_finish() local 199 low = ( ctx->total[0] << 3 ); in mbedtls_sha1_finish() 202 PUT_UINT32_BE( low, msglen, 4 ); in mbedtls_sha1_finish()
|
D | esp_sha256.c | 213 uint32_t high, low; in mbedtls_sha256_finish() local 218 low = ( ctx->total[0] << 3 ); in mbedtls_sha256_finish() 221 PUT_UINT32_BE( low, msglen, 4 ); in mbedtls_sha256_finish()
|
D | esp_sha512.c | 260 uint64_t high, low; in mbedtls_sha512_finish() local 265 low = ( ctx->total[0] << 3 ); in mbedtls_sha512_finish() 268 PUT_UINT64_BE( low, msglen, 8 ); in mbedtls_sha512_finish()
|