LL USB init structures definition. More...
#include <gr55xx_ll_usb.h>
Public Attributes | |
uint32_t | pwr_mode |
uint32_t | speed |
uint32_t | enum_type |
LL USB init structures definition.
Definition at line 76 of file gr55xx_ll_usb.h.
uint32_t _ll_usb_init_t::enum_type |
Specifies the USB enumeration type( hardware enumeration and MCU enumeration). This parameter can be a value of USB enumeration type. This feature can be modified afterwards using unitary function ll_usb_set_usb_enum_type().
Definition at line 85 of file gr55xx_ll_usb.h.
uint32_t _ll_usb_init_t::pwr_mode |
Specifies power mode of usb modlue. This parameter can be a value of USB poewr mode select
Definition at line 78 of file gr55xx_ll_usb.h.
uint32_t _ll_usb_init_t::speed |
Specifies the USB Transceiver speed. This parameter can be a value of Transceiver speed select. This feature can be modified afterwards using unitary function ll_usb_set_xcrv_speed().
Definition at line 81 of file gr55xx_ll_usb.h.