Searched refs:sHWInfo (Results 1 – 2 of 2) sorted by relevance
1201 am_hal_usb_get_hw_infor(void *pHandle, am_hal_usb_hw_info *sHWInfo) in am_hal_usb_get_hw_infor() argument1213 sHWInfo->ui8Major = HWVERS_xx(pUSB); in am_hal_usb_get_hw_infor()1214 sHWInfo->ui16Minor = HWVERS_yyy(pUSB); in am_hal_usb_get_hw_infor()1215 sHWInfo->ui8OutEpNum = EPINFO_OutEndPoints(pUSB); in am_hal_usb_get_hw_infor()1216 sHWInfo->ui8InEpNum = EPINFO_InEndPoints(pUSB); in am_hal_usb_get_hw_infor()1217 sHWInfo->ui8RamBits = RAMINFO_RamBits(pUSB); in am_hal_usb_get_hw_infor()
414 extern uint32_t am_hal_usb_get_hw_infor(void *pHandle, am_hal_usb_hw_info *sHWInfo);