Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c106 USBH_CDC_Info.RxWrPtr = 0; in USBH_CDC_DeInit()
228 space = USBH_CDC_BUFF_SIZE - USBH_CDC_Info.RxWrPtr; in USBH_CDC_Process()
248 …size = USBH_ReadRxBuffer((uint8_t *)&USBH_CDC_Info.RxBuff[USBH_CDC_Info.RxWrPtr], USBH_CDC_Info.In… in USBH_CDC_Process()
249 USBH_CDC_Info.RxWrPtr += size; in USBH_CDC_Process()
300 uint16_t available = USBH_CDC_Info.RxWrPtr - USBH_CDC_Info.RxRdPtr; in USBH_CDC_Read()
312 if(USBH_CDC_Info.RxRdPtr == USBH_CDC_Info.RxWrPtr) // USBH_CDC_Info.RxBuff 中数据已全部读出 in USBH_CDC_Read()
315 USBH_CDC_Info.RxWrPtr = 0; in USBH_CDC_Read()
A Dusbh_cdc_core.h49 uint16_t RxWrPtr, RxRdPtr; member

Completed in 5 milliseconds