VSF Documented
|
#include "./usbh.h"
#include "component/vsf_component.h"
#include "driver/gpio.h"
#include "driver/periph_ctrl.h"
#include "soc/usb_periph.h"
Functions | |
vsf_err_t | __esp32s2_usb_init (esp32s2_usb_t *usb, vsf_arch_prio_t priority, usb_ip_irqhandler_t handler, void *param) |
void | __esp32s2_usb_extphy_io_init (void) |
void | __esp32s2_usb_io_configure (int func, int value) |
void | __esp32s2_usb_phy_init (bool use_external_phy) |
vsf_err_t | esp32s2_usbh_init (esp32s2_usb_t *hc, usb_hc_ip_cfg_t *cfg) |
void | esp32s2_usbh_get_info (esp32s2_usb_t *hc, usb_hc_ip_info_t *info) |
void | esp32s2_usbh_irq (esp32s2_usb_t *hc) |
|
extern |
|
extern |
|
extern |
|
extern |
vsf_err_t esp32s2_usbh_init | ( | esp32s2_usb_t * | hc, |
usb_hc_ip_cfg_t * | cfg | ||
) |
void esp32s2_usbh_get_info | ( | esp32s2_usb_t * | hc, |
usb_hc_ip_info_t * | info | ||
) |
void esp32s2_usbh_irq | ( | esp32s2_usb_t * | hc | ) |