USB init Structure definition. More...
#include <gr55xx_hal_usb.h>
Public Attributes | |
uint32_t | speed |
uint32_t | enum_type |
hw_enum_parm_t | hw_enum |
USB init Structure definition.
Definition at line 165 of file gr55xx_hal_usb.h.
uint32_t _usb_init::enum_type |
Specifies the USB enumeration type( hardware enumeration and MCU enumeration). This parameter can be a value of USB enumeration type.
Definition at line 170 of file gr55xx_hal_usb.h.
hw_enum_parm_t _usb_init::hw_enum |
Specifies the USB hardware enumeration parameter(MCU enumeration:NULL;hardware enumeration: valid). This parameter can be a value of hw_enum_parm_t.
Definition at line 173 of file gr55xx_hal_usb.h.
uint32_t _usb_init::speed |
Specifies the USB Transceiver speed. This parameter can be a value of USB speed Mode.
Definition at line 167 of file gr55xx_hal_usb.h.