Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Inc/
Dusbd_cdc.h118 uint32_t RxLength; member
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c693 hcdc->RxLength = USBD_LL_GetRxDataSize (pdev, epnum); in USBD_CDC_DataOut()
699 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Receive(hcdc->RxBuffer, &hcdc->RxLength); in USBD_CDC_DataOut()