Home
last modified time | relevance | path

Searched defs:pCore (Results 1 – 7 of 7) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c161 void USBDCore_Init(USBDCore_TypeDef *pCore) in USBDCore_Init()
175 void USBDCore_IRQHandler(USBDCore_TypeDef *pCore) in USBDCore_IRQHandler()
321 void USBDCore_MainRoutine(USBDCore_TypeDef *pCore) in USBDCore_MainRoutine()
341 u32 USBDCore_IsSuspend(USBDCore_TypeDef *pCore) in USBDCore_IsSuspend()
416 static void _USBDCore_PowerHandler(USBDCore_TypeDef *pCore) in _USBDCore_PowerHandler()
443 static void _USBDCore_Reset(USBDCore_TypeDef *pCore) in _USBDCore_Reset()
472 static void _USBDCore_Resume(USBDCore_TypeDef *pCore) in _USBDCore_Resume()
484 static void _USBDCore_Suspend(USBDCore_TypeDef *pCore) in _USBDCore_Suspend()
505 static void _USBDCore_Setup(USBDCore_TypeDef *pCore) in _USBDCore_Setup()
955 static void _USBDCore_ControlIN(USBDCore_TypeDef *pCore) in _USBDCore_ControlIN()
[all …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32_USBD_Library/src/
A Dht32_usbd_core.c161 void USBDCore_Init(USBDCore_TypeDef *pCore) in USBDCore_Init()
175 void USBDCore_IRQHandler(USBDCore_TypeDef *pCore) in USBDCore_IRQHandler()
321 void USBDCore_MainRoutine(USBDCore_TypeDef *pCore) in USBDCore_MainRoutine()
341 u32 USBDCore_IsSuspend(USBDCore_TypeDef *pCore) in USBDCore_IsSuspend()
416 static void _USBDCore_PowerHandler(USBDCore_TypeDef *pCore) in _USBDCore_PowerHandler()
443 static void _USBDCore_Reset(USBDCore_TypeDef *pCore) in _USBDCore_Reset()
472 static void _USBDCore_Resume(USBDCore_TypeDef *pCore) in _USBDCore_Resume()
484 static void _USBDCore_Suspend(USBDCore_TypeDef *pCore) in _USBDCore_Suspend()
505 static void _USBDCore_Setup(USBDCore_TypeDef *pCore) in _USBDCore_Setup()
955 static void _USBDCore_ControlIN(USBDCore_TypeDef *pCore) in _USBDCore_ControlIN()
[all …]
/bsp/ht32/libraries/usbd_library/src/
A Dht32_usbd_core.c163 void USBDCore_Init(USBDCore_TypeDef *pCore) in USBDCore_Init()
177 void USBDCore_IRQHandler(USBDCore_TypeDef *pCore) in USBDCore_IRQHandler()
353 void USBDCore_MainRoutine(USBDCore_TypeDef *pCore) in USBDCore_MainRoutine()
373 u32 USBDCore_IsSuspend(USBDCore_TypeDef *pCore) in USBDCore_IsSuspend()
448 static void _USBDCore_PowerHandler(USBDCore_TypeDef *pCore) in _USBDCore_PowerHandler()
475 static void _USBDCore_Reset(USBDCore_TypeDef *pCore) in _USBDCore_Reset()
504 static void _USBDCore_Resume(USBDCore_TypeDef *pCore) in _USBDCore_Resume()
516 static void _USBDCore_Suspend(USBDCore_TypeDef *pCore) in _USBDCore_Suspend()
537 static void _USBDCore_Setup(USBDCore_TypeDef *pCore) in _USBDCore_Setup()
987 static void _USBDCore_ControlIN(USBDCore_TypeDef *pCore) in _USBDCore_ControlIN()
[all …]
A Dht32_usbd_int.c82 void usbd_sof_callback(USBDCore_TypeDef *pCore) in usbd_sof_callback()
88 void usbd_reset_callback(USBDCore_TypeDef *pCore) in usbd_reset_callback()
95 void usbd_suspend_callback(USBDCore_TypeDef *pCore) in usbd_suspend_callback()
102 void usbd_resume_callback(USBDCore_TypeDef *pCore) in usbd_resume_callback()
110 void usbd_setup_callback(USBDCore_TypeDef *pCore) in usbd_setup_callback()
117 void usbd_ep0_in_callback(USBDCore_TypeDef *pCore) in usbd_ep0_in_callback()
124 void usbd_ep0_out_callback(USBDCore_TypeDef *pCore) in usbd_ep0_out_callback()
132 void usbd_ep_in_callback(USBDCore_TypeDef *pCore, USBD_EPTn_Enum EPTn) in usbd_ep_in_callback()
139 void usbd_ep_out_callback(USBDCore_TypeDef *pCore, USBD_EPTn_Enum EPTn) in usbd_ep_out_callback()
160 static void USB_Configuration(USBDCore_TypeDef *pCore) in USB_Configuration()
A Dusbd_code.c32 void usbd_irq_handler(USBDCore_TypeDef *pCore) in usbd_irq_handler()
166 void USBDCore_Init(USBDCore_TypeDef *pCore) in USBDCore_Init()
181 void USBDCore_MainRoutine(USBDCore_TypeDef *pCore) in USBDCore_MainRoutine()
207 static void _USBDCore_Suspend(USBDCore_TypeDef *pCore) in _USBDCore_Suspend()
227 static void _USBDCore_Reset(USBDCore_TypeDef *pCore) in _USBDCore_Reset()
255 static void _USBDCore_Resume(USBDCore_TypeDef *pCore) in _USBDCore_Resume()
262 void usbd_ep_enable(USBDCore_TypeDef *pCore, uint8_t ept_addr) in usbd_ep_enable()
268 void usbd_ep_disable(USBDCore_TypeDef *pCore, uint8_t ept_addr) in usbd_ep_disable()
A Dusb_port.c151 void USB_Configuration(USBDCore_TypeDef *pCore) in USB_Configuration()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usbd.c59 void usbd_sof_callback(USBDCore_TypeDef *pCore) in usbd_sof_callback()
65 void usbd_reset_callback(USBDCore_TypeDef *pCore) in usbd_reset_callback()
72 void usbd_suspend_callback(USBDCore_TypeDef *pCore) in usbd_suspend_callback()
79 void usbd_resume_callback(USBDCore_TypeDef *pCore) in usbd_resume_callback()
86 void usbd_setup_callback(USBDCore_TypeDef *pCore) in usbd_setup_callback()
93 void usbd_ep0_in_callback(USBDCore_TypeDef *pCore) in usbd_ep0_in_callback()
100 void usbd_ep0_out_callback(USBDCore_TypeDef *pCore) in usbd_ep0_out_callback()
108 void usbd_ep_in_callback(USBDCore_TypeDef *pCore, USBD_EPTn_Enum EPTn) in usbd_ep_in_callback()
116 void usbd_ep_out_callback(USBDCore_TypeDef *pCore, USBD_EPTn_Enum EPTn) in usbd_ep_out_callback()

Completed in 16 milliseconds