Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/MAXUSB/include/core/musbhsfc/
Dusb_hwopt.h36 int (*shutdown_callback)(void); /* User-supplied function for shutting down the USB block */ member
/hal_adi-latest/MAX/Libraries/MAXUSB/src/core/musbhsfc/
Dusb.c233 if (driver_opts.shutdown_callback) { in MXC_USB_Shutdown()
234 driver_opts.shutdown_callback(); in MXC_USB_Shutdown()