/hal_espressif-latest/components/esp_psram/esp32s2/ |
D | Kconfig.spiram | 71 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/ |
D | Kconfig.spiram | 79 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/ |
D | esp_flash_spi_init.h | 21 …enum esp_flash_speed_s speed __attribute__((deprecated)); ///< Speed of the Flash clock. Re… member
|
/hal_espressif-latest/components/esp_netif/include/ |
D | esp_netif_net_stack.h | 49 esp_err_t esp_netif_set_link_speed(esp_netif_t *esp_netif, uint32_t speed);
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | emac_ll.h | 197 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/ |
D | usb_dwc_hal.c | 247 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/ |
D | spi_flash_hal.h | 74 …enum esp_flash_speed_s speed __attribute__((deprecated)); ///< SPI flash clock speed to work … member
|
D | usb_dwc_ll.h | 437 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()
|
D | emac_hal.h | 208 void emac_hal_set_speed(emac_hal_context_t *hal, uint32_t speed);
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 34 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/ |
D | flash-modes.rst | 48 …}MHz flash clock speed will give the best performance, but may cause crashing if the flash or boar…
|
D | basic-options.rst | 44 …so be specified using the ``ESPTOOL_BAUD`` environment variable. This can speed up ``write_flash``…
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 2447 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/ |
D | Kconfig | 256 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/ |
D | spi-flash-modes.rst | 107 The bootloader .bin file, flashed to the SPI flash, contains a header which has flash speed, flash …
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 225 devices on a same bus, but may reduce the speed of esp_flash driver access to the
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 647 Because the code is moved to the flash, the execution speed of the code is reduced.
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 381 offer any speed boost over software AES.
|