Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
usbStorage.h File Reference
#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)
 
void usbStorage_enable_usb_storage (float e)
 

Variables

float usb_storage_status
 

Function Documentation

◆ usbStorage_enable_usb_storage()

void usbStorage_enable_usb_storage ( float  e)

Definition at line 171 of file usbStorage.c.

References SDLOG_USB_VBUS_PIN, SDLOG_USB_VBUS_PORT, and usb_storage_status.

◆ usbStorageIsItRunning()

bool usbStorageIsItRunning ( void  )

Definition at line 163 of file usbStorage.c.

References isRunning.

Referenced by thd_startlog().

+ Here is the caller graph for this function:

◆ usbStorageStartPolling()

void usbStorageStartPolling ( void  )

Definition at line 76 of file usbStorage.c.

References thdUsbStorage(), and usbStorageThreadPtr.

Referenced by sdlog_chibios_init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ usbStorageStop()

void usbStorageStop ( void  )

Definition at line 92 of file usbStorage.c.

References usbStorageThreadPtr.

◆ usbStorageWaitForDeconnexion()

void usbStorageWaitForDeconnexion ( void  )

Definition at line 84 of file usbStorage.c.

References usbStorageThreadPtr.

Variable Documentation

◆ usb_storage_status

float usb_storage_status
extern

Definition at line 48 of file usbStorage.c.

Referenced by thdUsbStorage(), and usbStorage_enable_usb_storage().