HAL
USB_EPTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
Endpoint number This parameter must be a number between Min_Data = 1 and Max_Data = 15.
uint8_t
Endpoint direction This parameter must be a number between Min_Data = 0 and Max_Data = 1.
uint8_t
Endpoint stall condition This parameter must be a number between Min_Data = 0 and Max_Data = 1.
uint8_t
Endpoint isoc condition This parameter must be a number between Min_Data = 0 and Max_Data = 1.
uint8_t
Endpoint type This parameter can be any value of USB_LL_EP_Type.
uint8_t
Initial data PID This parameter must be a number between Min_Data = 0 and Max_Data = 1.
uint32_t
Endpoint Max packet size This parameter must be a number between Min_Data = 0 and Max_Data = 64KB.
uint8_t *
Pointer to transfer buffer.
uint32_t
Current transfer length.
uint32_t
Partial transfer length in case of multi packet transfer.
uint8_t
IFrame parity This parameter must be a number between Min_Data = 0 and Max_Data = 1.
uint16_t
Transmission FIFO number This parameter must be a number between Min_Data = 1 and Max_Data = 15.
uint32_t
32 bits aligned transfer buffer address.
uint32_t
requested transfer size.

References

from examples