Searched refs:RxBuffer (Results 1 – 3 of 3) sorted by relevance
539 hcdc->RxBuffer, in USBD_CDC_Init()547 hcdc->RxBuffer, in USBD_CDC_Init()699 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Receive(hcdc->RxBuffer, &hcdc->RxLength); in USBD_CDC_DataOut()834 hcdc->RxBuffer = pbuff; in USBD_CDC_SetRxBuffer()895 hcdc->RxBuffer, in USBD_CDC_ReceivePacket()903 hcdc->RxBuffer, in USBD_CDC_ReceivePacket()
39 static uint8_t RxBuffer[FIFO_RX_SIZE]; variable99 FifoInit( &Uart1.FifoRx, RxBuffer, FIFO_RX_SIZE ); in GpsMcuInit()
116 uint8_t *RxBuffer; member