Searched refs:notification (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_dfu.h | 208 UINT (*ux_slave_class_dfu_parameter_notify)(VOID *dfu, ULONG notification); 228 UINT (*ux_slave_class_dfu_notify)(VOID *dfu, ULONG notification);
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_device_dfu_test.c | 42 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification); 570 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification) in demo_thread_dfu_notify() argument 572 stepinfo("dfuNotify 0x%lx\n", notification); in demo_thread_dfu_notify() 573 switch (notification) in demo_thread_dfu_notify()
|
| D | usbx_msrc_71934_dfu_upload_test.c | 45 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification); 712 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification) in demo_thread_dfu_notify() argument 714 stepinfo("dfuNotify 0x%lx\n", notification); in demo_thread_dfu_notify() 715 switch (notification) in demo_thread_dfu_notify()
|
| D | usbx_msrc_69702_dfu_dnload_test.c | 45 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification); 752 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification) in demo_thread_dfu_notify() argument 754 stepinfo("dfuNotify 0x%lx\n", notification); in demo_thread_dfu_notify() 755 switch (notification) in demo_thread_dfu_notify()
|
| D | usbx_device_dfu_basic_test.c | 45 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification); 805 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification) in demo_thread_dfu_notify() argument 807 stepinfo("dfuNotify 0x%lx\n", notification); in demo_thread_dfu_notify() 808 switch (notification) in demo_thread_dfu_notify()
|