Home
last modified time | relevance | path

Searched refs:Receive (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Inc/
Dusbd_cdc.h106 int8_t (* Receive) (uint8_t *, uint32_t *); member
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c699 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Receive(hcdc->RxBuffer, &hcdc->RxLength); in USBD_CDC_DataOut()