Lines Matching refs:dfu
40 static VOID demo_thread_dfu_activate(VOID *dfu);
41 static VOID demo_thread_dfu_deactivate(VOID *dfu);
42 static UINT demo_thread_dfu_read(VOID *dfu, ULONG block_number, UCHAR * data_pointer, ULONG …
43 static UINT demo_thread_dfu_write(VOID *dfu, ULONG block_number, UCHAR * data_pointer, ULONG…
44 static UINT demo_thread_dfu_get_status(VOID *dfu, ULONG *media_status);
45 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification);
46 static UINT demo_thread_dfu_custom_request(VOID *dfu, UX_SLAVE_TRANSFER *transfer);
753 static VOID demo_thread_dfu_activate(VOID *dfu) in demo_thread_dfu_activate() argument
757 static VOID demo_thread_dfu_deactivate(VOID *dfu) in demo_thread_dfu_deactivate() argument
761 static UINT demo_thread_dfu_read(VOID *dfu, ULONG block_number, UCHAR * data_pointer, ULONG leng… in demo_thread_dfu_read() argument
782 static UINT demo_thread_dfu_write(VOID *dfu, ULONG block_number, UCHAR * data_pointer, ULONG len… in demo_thread_dfu_write() argument
796 static UINT demo_thread_dfu_get_status(VOID *dfu, ULONG *media_status) in demo_thread_dfu_get_status() argument
805 static UINT demo_thread_dfu_notify(VOID *dfu, ULONG notification) in demo_thread_dfu_notify() argument
852 static UINT demo_thread_dfu_custom_request(VOID *dfu, UX_SLAVE_TRANSFER *transfer) in demo_thread_dfu_custom_request() argument
863 …if (ux_device_class_dfu_state_get((UX_SLAVE_CLASS_DFU *)dfu) == UX_SLAVE_CLASS_DFU_STATUS_STATE_DF… in demo_thread_dfu_custom_request()