Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_usb.c1201 am_hal_usb_get_hw_infor(void *pHandle, am_hal_usb_hw_info *sHWInfo) in am_hal_usb_get_hw_infor() argument
1213 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()
Dam_hal_usb.h414 extern uint32_t am_hal_usb_get_hw_infor(void *pHandle, am_hal_usb_hw_info *sHWInfo);