/hal_espressif-latest/components/esp_phy/include/ |
D | esp_phy_cert_test.h | 120 void esp_phy_wifi_tx(uint32_t chan, esp_phy_wifi_rate_t rate, int8_t backoff, uint32_t length_byte,… 138 void esp_phy_wifi_rx(uint32_t chan, esp_phy_wifi_rate_t rate); 161 …2_t len, esp_phy_ble_type_t data_type, uint32_t syncw, esp_phy_ble_rate_t rate, uint32_t tx_num_in… 173 void esp_phy_ble_rx(uint32_t chan, uint32_t syncw, esp_phy_ble_rate_t rate);
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | i2s_types_legacy.h | 189 #define I2S_PDM_DEFAULT_UPSAMPLE_CONFIG(rate) { \ argument 190 .sample_rate = rate, \ 192 .fs = (rate) / 100, \
|
D | i2s.h | 226 esp_err_t i2s_set_sample_rates(i2s_port_t i2s_num, uint32_t rate); 314 esp_err_t i2s_set_clk(i2s_port_t i2s_num, uint32_t rate, uint32_t bits_cfg, i2s_channel_t ch);
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | esp_wifi_he_private.h | 30 void esp_test_set_tx_mcs_pwr(wifi_phy_rate_t rate, int8_t max_pwr); 33 void hal_he_set_bf_report_rate(sig_mode_t sig_mode, wifi_phy_rate_t rate);
|
D | wifi.h | 269 esp_err_t esp_wifi_internal_set_fix_rate(wifi_interface_t ifx, bool en, wifi_phy_rate_t rate);
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 44 … esptool baud rate is 115200bps. Different rates may be set using ``-b 921600`` (or another baud r… 46 The baud rate is limited to 115200 when esptool establishes the initial connection, higher speeds a… 52 …es below 115200. You can also choose 74880, which is the :ref:`usual baud rate used by the ESP8266…
|
D | serial-connection.rst | 32 | Baud rate | {IDF_TARGET_BAUD_RATE} | 53 …Baud rate {IDF_TARGET_BAUD_RATE} is what the {IDF_TARGET_NAME} bootloader uses. The apps on top of…
|
D | remote-serial-ports.rst | 38 …baud rate or automatic resetting into the bootloader. If using this mode, don't pass the ``--baud`… 46 stty -F /dev/ttyUSB1 230400 # set baud rate
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | temperature_sensor_ll.h | 241 static inline void temperature_sensor_ll_set_sample_rate(uint16_t rate) in temperature_sensor_ll_set_sample_rate() argument 243 HAL_FORCE_MODIFY_U32_REG_FIELD(APB_SARADC.tsens_sample, saradc_tsens_sample_rate, rate); in temperature_sensor_ll_set_sample_rate()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | temperature_sensor_ll.h | 241 static inline void temperature_sensor_ll_set_sample_rate(uint16_t rate) in temperature_sensor_ll_set_sample_rate() argument 243 HAL_FORCE_MODIFY_U32_REG_FIELD(APB_SARADC.tsens_sample, saradc_tsens_sample_rate, rate); in temperature_sensor_ll_set_sample_rate()
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 48 The maximum data rate for normal SPI is the clock rate in bits - so a 40MHz clock = 40Mbits/sec = 5… 53 … data simultaneously with two bits per clock cycle. This doubles the data rate for some commands, … 56 This doubles the data transfer rate compared to single SPI which only uses MISO to read data. 68 …chip ``WP`` and ``HOLD`` signals) for data transfers. This allows double the data rate of dual SPI. 102 If you can't use the Quad SPI modes, make sure you are configuring the fastest SPI Flash clock rate…
|
D | serial-protocol.rst | 210 …rate <#initial-synchronisation>`__ | Two 32-bit words: new baud rate, ``0`` if we a… 248 …rate <#initial-synchronisation>`__ | Two 32-bit words: new baud rate, ``0`` if we a… 321 …rate. The ESP8266 will initialise at 74800bps with a 26MHz crystal and 115200bps with a 40MHz crys… 322 … the configured baud rate. {IDF_TARGET_NAME} always initialises at 115200bps. However the sync pac… 329 …rate to an explicit value. Compared to auto-detecting during the SYNC pulse, this can be more reli… 330 …rate to an explicit value. Compared to auto-detecting during the SYNC pulse, this can be more reli…
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 247 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found() argument 255 if (list[i] == rate) in hostapd_rate_found()
|
D | hostapd.h | 56 int rate; /* rate in 100 kbps */ member
|
D | ap_config.h | 376 int hostapd_rate_found(int *list, int rate);
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_now.h | 266 esp_err_t esp_wifi_config_espnow_rate(wifi_interface_t ifx, wifi_phy_rate_t rate)
|
D | esp_wifi_he_types.h | 144 …unsigned rate : 5; /**< if cur_bb_format is RX_BB_FORMAT_11B, it's the … member
|
D | esp_wifi_types.h | 464 …unsigned rate:5; /**< PHY rate encoding of the packet. Only valid for non HT(11bg) pa… member 1148 wifi_phy_rate_t rate; /**< Rate of specified interface */ member
|
D | esp_wifi.h | 1464 esp_err_t esp_wifi_config_80211_tx_rate(wifi_interface_t ifx, wifi_phy_rate_t rate);
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 22 * Try using a slower baud rate (``-b 9600`` is a very slow value that you can use to verify it's n… 27 If flashing fails with random errors part way through, retry with a lower baud rate. 101 …Use any of `serial terminal programs`_ to view the boot log. (ESP8266 baud rate is 74880bps). See … 105 …Use any of `serial terminal programs`_ to view the boot log. ({IDF_TARGET_NAME} baud rate is 11520… 129 …al ESP8266 74880bps "boot log" baud rate. Support is especially sparse on Linux. miniterm.py suppo… 193 * Try to sync and communicate at a much lower baud rate, e.g. ``esptool.py --baud 9600 ...``.
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 563 esp_err_t esp_wifi_internal_set_fix_rate(wifi_interface_t ifx, bool en, wifi_phy_rate_t rate) in esp_wifi_internal_set_fix_rate() argument 567 ARG_UNUSED(rate); in esp_wifi_internal_set_fix_rate() 1243 esp_err_t esp_wifi_config_80211_tx_rate(wifi_interface_t ifx, wifi_phy_rate_t rate) in esp_wifi_config_80211_tx_rate() argument 1246 ARG_UNUSED(rate); in esp_wifi_config_80211_tx_rate()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_source.c | 656 UINT16 rate = DEFAULT_SBC_BITRATE; in btc_a2dp_source_get_sbc_rate() local 660 rate = BTC_A2DP_NON_EDR_MAX_RATE; in btc_a2dp_source_get_sbc_rate() 661 APPL_TRACE_DEBUG("non-edr a2dp sink detected, restrict rate to %d", rate); in btc_a2dp_source_get_sbc_rate() 663 return rate; in btc_a2dp_source_get_sbc_rate()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 756 uint32_t rate = clk_cfg->sample_rate_hz; in i2s_calculate_common_clock() local 761 clk_info->bclk = rate * slot_num * slot_bits; in i2s_calculate_common_clock() 762 clk_info->mclk = rate * clk_cfg->mclk_multiple; in i2s_calculate_common_clock() 767 clk_info->bclk = rate * slot_num * slot_bits; in i2s_calculate_common_clock() 1039 esp_err_t i2s_set_clk(i2s_port_t i2s_num, uint32_t rate, uint32_t bits_cfg, i2s_channel_t ch) in i2s_set_clk() argument 1058 clk_cfg->sample_rate_hz = rate; in i2s_set_clk() 1131 esp_err_t i2s_set_sample_rates(i2s_port_t i2s_num, uint32_t rate) in i2s_set_sample_rates() argument 1141 return i2s_set_clk(i2s_num, rate, slot_cfg->data_bit_width, slot_cfg->slot_mode | (mask << 16)); in i2s_set_sample_rates()
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 350 prompt "UART console baud rate" if ESP_CONSOLE_UART_CUSTOM 357 This baud rate is used by both the ESP-IDF Bootloader and the app (including 360 … The app's maximum baud rate depends on the UART clock source. If Power Management is disabled, 362 …accurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided 402 … The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.
|
/hal_espressif-latest/components/log/ |
D | README.rst | 39 …ESP_LOGW(TAG, "Baud rate error %.1f%%. Requested: %d baud, actual: %d baud", error * 100, baud_req…
|