Home
last modified time | relevance | path

Searched refs:RxBuffer (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c539 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()
/loramac-node-latest/src/boards/NAMote72/
Dgps-board.c39 static uint8_t RxBuffer[FIFO_RX_SIZE]; variable
99 FifoInit( &Uart1.FifoRx, RxBuffer, FIFO_RX_SIZE ); in GpsMcuInit()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Inc/
Dusbd_cdc.h116 uint8_t *RxBuffer; member