Searched refs:tempFrameCount (Results 1 – 1 of 1) sorted by relevance
74 uint16_t tempFrameCount; in _USB_HostKhciGetFrameCount() local77 tempFrameCount = usbHostPointer->usbRegBase->FRMNUMH; in _USB_HostKhciGetFrameCount()79 return ((tempFrameCount << 8U) | (usbHostPointer->usbRegBase->FRMNUML)); in _USB_HostKhciGetFrameCount()