rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
USB_CORE_Exported_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}