rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Variables
USBD_Bulk_Private_Variables
Collaboration diagram for USBD_Bulk_Private_Variables:

Variables

USBD_ClassTypeDef USBD_Bulk
 

Detailed Description

Variable Documentation

◆ USBD_Bulk

USBD_ClassTypeDef USBD_Bulk
Initial value:
=
{
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
static uint8_t USBD_Bulk_DataIn(USBD_HandleTypeDef *pdev, uint8_t epnum)
USBD_Bulk_DataIn Data sent on non-control IN endpoint.
Definition usbd_bulk.c:317
static uint8_t USBD_Bulk_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum)
USBD_Bulk_DataOut Data received on non-control Out endpoint.
Definition usbd_bulk.c:331
static uint8_t * USBD_Bulk_GetFSCfgDesc(uint16_t *length)
USBD_Bulk_GetFSCfgDesc Return configuration descriptor.
Definition usbd_bulk.c:362
static uint8_t USBD_Bulk_SOF(USBD_HandleTypeDef *pdev)
USBD_Bulk_SOF Start Of Frame event management.
Definition usbd_bulk.c:344
static uint8_t USBD_Bulk_DeInit(USBD_HandleTypeDef *pdev, uint8_t cfgidx)
USBD_Bulk_DeInit DeInitialize the Bulk layer.
Definition usbd_bulk.c:243
static uint8_t USBD_Bulk_Init(USBD_HandleTypeDef *pdev, uint8_t cfgidx)
USBD_Bulk_Init Initialize the Bulk interface.
Definition usbd_bulk.c:210
uint8_t * USBD_Bulk_GetDeviceQualifierDescriptor(uint16_t *length)
DeviceQualifierDescriptor return Device Qualifier descriptor.
Definition usbd_bulk.c:374
static uint8_t USBD_Bulk_Setup(USBD_HandleTypeDef *pdev, USBD_SetupReqTypedef *req)
USBD_Bulk_Setup Handle the bulk specific requests.
Definition usbd_bulk.c:264

Definition at line 129 of file usbd_bulk.c.

130{
134 NULL,
135 NULL,
139 NULL,
140 NULL,
141 NULL,
143 NULL,
145};