USBD_StorageRefreshTaskHandler
Description
Check the removable media presence status, that is insertion/removal detection. Defined only for the µC/FS storage layer.
Files
usbd_storage.h / usbd_storage.c
Prototype
void USBD_StorageRefreshTaskHandler (void *p_arg)
Arguments
p_arg
Pointer to task initialization argument.
Returned Value
None.
Callers
USBD_MSC_OS_Refresh_Task()
Notes / Warnings
None.