Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram71 prompt "Set RAM clock speed"
74 Select the speed for the SPI RAM chip.
77 bool "80MHz clock speed"
79 bool "40Mhz clock speed"
81 bool "26Mhz clock speed"
83 bool "20Mhz clock speed"
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram79 prompt "Set RAM clock speed"
82 Select the speed for the SPI RAM chip.
86 bool "120MHz clock speed"
100 bool "80MHz clock speed"
102 bool "40Mhz clock speed"
/hal_espressif-latest/components/spi_flash/include/
Desp_flash_spi_init.h21 …enum esp_flash_speed_s speed __attribute__((deprecated)); ///< Speed of the Flash clock. Re… member
/hal_espressif-latest/components/esp_netif/include/
Desp_netif_net_stack.h49 esp_err_t esp_netif_set_link_speed(esp_netif_t *esp_netif, uint32_t speed);
/hal_espressif-latest/components/hal/esp32/include/hal/
Demac_ll.h197 static inline void emac_ll_set_port_speed(emac_mac_dev_t *mac_regs, eth_speed_t speed) in emac_ll_set_port_speed() argument
199 if (speed == ETH_SPEED_10M || speed == ETH_SPEED_100M) { in emac_ll_set_port_speed()
201 mac_regs->gmacconfig.fespeed = speed; in emac_ll_set_port_speed()
/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c247 usb_dwc_speed_t speed = usb_dwc_ll_hprt_get_speed(hal->dev); in usb_dwc_hal_port_enable() local
249 usb_dwc_ll_hcfg_set_defaults(hal->dev, speed); in usb_dwc_hal_port_enable()
251 usb_dwc_ll_hfir_set_defaults(hal->dev, speed); in usb_dwc_hal_port_enable()
/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_hal.h74 …enum esp_flash_speed_s speed __attribute__((deprecated)); ///< SPI flash clock speed to work … member
Dusb_dwc_ll.h437 static inline void usb_dwc_ll_hcfg_set_defaults(usb_dwc_dev_t *hw, usb_dwc_speed_t speed) in usb_dwc_ll_hcfg_set_defaults() argument
446 …hw->hcfg_reg.fslspclksel = (speed == USB_DWC_SPEED_FULL) ? 1 : 2; //PHY clock on esp32-sx for FS/… in usb_dwc_ll_hcfg_set_defaults()
452 static inline void usb_dwc_ll_hfir_set_defaults(usb_dwc_dev_t *hw, usb_dwc_speed_t speed) in usb_dwc_ll_hfir_set_defaults() argument
462 …hfir.frint = (speed == USB_DWC_SPEED_FULL) ? 48000 : 6000; //esp32-sx targets only support FS or LS in usb_dwc_ll_hfir_set_defaults()
Demac_hal.h208 void emac_hal_set_speed(emac_hal_context_t *hal, uint32_t speed);
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram34 prompt "Set RAM clock speed"
37 Select the speed for the SPI RAM chip.
38 … If SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:
47 option to select 80MHz will only be visible if the flash SPI speed is also 80MHz.
51 bool "40MHz clock speed"
54 bool "80MHz clock speed"
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflash-modes.rst48 …}MHz flash clock speed will give the best performance, but may cause crashing if the flash or boar…
Dbasic-options.rst44 …so be specified using the ``ESPTOOL_BAUD`` environment variable. This can speed up ``write_flash``…
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c2447 uint32_t speed = *((uint32_t*)msg->data); in esp_netif_set_link_speed_api() local
2450 NETIF_INIT_SNMP(msg->esp_netif->lwip_netif, snmp_ifType_ethernet_csmacd, speed); in esp_netif_set_link_speed_api()
2451 LWIP_UNUSED_ARG(speed); // Maybe unused if SNMP disabled in esp_netif_set_link_speed_api()
2455 esp_err_t esp_netif_set_link_speed(esp_netif_t *esp_netif, uint32_t speed) in esp_netif_set_link_speed() argument
2456 _RUN_IN_LWIP_TASK(esp_netif_set_link_speed_api, esp_netif, &speed) in esp_netif_set_link_speed()
2458 esp_err_t esp_netif_set_link_speed(esp_netif_t *esp_netif, uint32_t speed) in esp_netif_set_link_speed()
/hal_espressif-latest/components/esp_wifi/
DKconfig256 bool "WiFi IRAM speed optimization"
265 bool "WiFi EXTRA IRAM speed optimization"
274 bool "WiFi RX IRAM speed optimization"
316 bool "WiFi SLP IRAM speed optimization"
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst107 The bootloader .bin file, flashed to the SPI flash, contains a header which has flash speed, flash …
/hal_espressif-latest/components/spi_flash/
DKconfig225 devices on a same bus, but may reduce the speed of esp_flash driver access to the
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in647 Because the code is moved to the flash, the execution speed of the code is reduced.
/hal_espressif-latest/components/mbedtls/
DKconfig381 offer any speed boost over software AES.