Home
last modified time | relevance | path

Searched defs:speed (Results 1 – 6 of 6) sorted by relevance

/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/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
/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()
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()
/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
2455 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/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()