Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-latest/components/esp_phy/include/
Desp_phy_cert_test.h120 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/
Di2s_types_legacy.h189 #define I2S_PDM_DEFAULT_UPSAMPLE_CONFIG(rate) { \ argument
190 .sample_rate = rate, \
192 .fs = (rate) / 100, \
Di2s.h226 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/
Desp_wifi_he_private.h30 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);
Dwifi.h269 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/
Dbasic-options.rst44 … 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…
Dserial-connection.rst32 | 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…
Dremote-serial-ports.rst38 …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/
Dtemperature_sensor_ll.h241 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/
Dtemperature_sensor_ll.h241 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/
Dspi-flash-modes.rst48 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
Dserial-protocol.rst210rate <#initial-synchronisation>`__ | Two 32-bit words: new baud rate, ``0`` if we a…
248rate <#initial-synchronisation>`__ | Two 32-bit words: new baud rate, ``0`` if we a…
321rate. 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…
329rate to an explicit value. Compared to auto-detecting during the SYNC pulse, this can be more reli…
330rate 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/
Dap_config.c247 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found() argument
255 if (list[i] == rate) in hostapd_rate_found()
Dhostapd.h56 int rate; /* rate in 100 kbps */ member
Dap_config.h376 int hostapd_rate_found(int *list, int rate);
/hal_espressif-latest/components/esp_wifi/include/
Desp_now.h266 esp_err_t esp_wifi_config_espnow_rate(wifi_interface_t ifx, wifi_phy_rate_t rate)
Desp_wifi_he_types.h144 …unsigned rate : 5; /**< if cur_bb_format is RX_BB_FORMAT_11B, it's the … member
Desp_wifi_types.h464 …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
Desp_wifi.h1464 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/
Dtroubleshooting.rst22 * 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/
Dwifi_stubs.c563 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/
Dbtc_a2dp_source.c656 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/
Di2s_legacy.c756 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/
DKconfig350 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/
DREADME.rst39 …ESP_LOGW(TAG, "Baud rate error %.1f%%. Requested: %d baud, actual: %d baud", error * 100, baud_req…

12