|
Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include <ch.h>
Include dependency graph for usbStorage.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | usbStorageStartPolling (void) |
| void | usbStorageStop (void) |
| void | usbStorageWaitForDeconnexion (void) |
| bool | usbStorageIsItRunning (void) |
| bool usbStorageIsItRunning | ( | void | ) |
Definition at line 339 of file usbStorage.c.
References isRunning.
Referenced by thd_startlog().
Here is the caller graph for this function:| void usbStorageStartPolling | ( | void | ) |
Definition at line 242 of file usbStorage.c.
References populateSerialNumberDescriptorData(), thdUsbStorage(), and usbStorageThreadPtr.
Referenced by sdlog_chibios_init().
Here is the call graph for this function:
Here is the caller graph for this function:| void usbStorageStop | ( | void | ) |
Definition at line 259 of file usbStorage.c.
References usbStorageThreadPtr.
| void usbStorageWaitForDeconnexion | ( | void | ) |
Definition at line 251 of file usbStorage.c.
References usbStorageThreadPtr.