Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <ch.h>
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 145 of file usbStorage.c.
References isRunning.
Referenced by thd_startlog().
void usbStorageStartPolling | ( | void | ) |
Definition at line 70 of file usbStorage.c.
References thdUsbStorage(), and usbStorageThreadPtr.
Referenced by sdlog_chibios_init().
void usbStorageStop | ( | void | ) |
Definition at line 86 of file usbStorage.c.
References usbStorageThreadPtr.
void usbStorageWaitForDeconnexion | ( | void | ) |
Definition at line 78 of file usbStorage.c.
References usbStorageThreadPtr.