Searched refs:RxWrPtr (Results 1 – 2 of 2) sorted by relevance
106 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()
49 uint16_t RxWrPtr, RxRdPtr; member
Completed in 5 milliseconds