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

Functions

uint8_t * USBD_Bulk_GetRxBufferPtr (void)
 USBD_Bulk_GetRxBufferPtr.
 

Detailed Description

Function Documentation

◆ USBD_Bulk_GetRxBufferPtr()

uint8_t * USBD_Bulk_GetRxBufferPtr ( void  )

USBD_Bulk_GetRxBufferPtr.

Return values
Pointerto reception buffer.

Definition at line 384 of file usbd_bulk.c.

385{
386 return &USB_Rx_Buffer[0];
387}