APM:Libraries
|
Macros | |
#define | USB_OTG_SPEED_PARAM_HIGH 0 |
#define | USB_OTG_SPEED_PARAM_HIGH_IN_FULL 1 |
#define | USB_OTG_SPEED_PARAM_FULL 3 |
#define | USB_OTG_SPEED_HIGH 0 |
#define | USB_OTG_SPEED_FULL 1 |
#define | USB_OTG_ULPI_PHY 1 |
#define | USB_OTG_EMBEDDED_PHY 2 |
#define USB_OTG_EMBEDDED_PHY 2 |
Definition at line 65 of file usb_defines.h.
Referenced by USB_OTG_SelectCore().
#define USB_OTG_SPEED_FULL 1 |
Definition at line 62 of file usb_defines.h.
Referenced by DCD_HandleEnumDone_ISR(), USB_OTG_SelectCore(), USBD_GetDescriptor(), and USBD_USR_DeviceReset().
#define USB_OTG_SPEED_HIGH 0 |
Definition at line 61 of file usb_defines.h.
Referenced by DCD_HandleEnumDone_ISR(), USBD_GetDescriptor(), USBD_MSC_ConfigStrDescriptor(), USBD_MSC_SerialStrDescriptor(), and USBD_USR_DeviceReset().
#define USB_OTG_SPEED_PARAM_FULL 3 |
Definition at line 59 of file usb_defines.h.
Referenced by USB_OTG_CoreInitDev().
#define USB_OTG_SPEED_PARAM_HIGH 0 |
Definition at line 57 of file usb_defines.h.
Referenced by USB_OTG_CoreInitDev().
#define USB_OTG_SPEED_PARAM_HIGH_IN_FULL 1 |
Definition at line 58 of file usb_defines.h.
Referenced by USB_OTG_CoreInitDev().
#define USB_OTG_ULPI_PHY 1 |
Definition at line 64 of file usb_defines.h.
Referenced by USB_OTG_CoreInit(), USB_OTG_CoreInitDev(), USB_OTG_ReadOtgItr(), USB_OTG_SelectCore(), and USBD_GetDescriptor().