APM:Libraries
libraries
AP_HAL_F4Light
hardware
massstorage
mass_storage.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
AP_HAL/HAL.h
>
4
5
#include <stdbool.h>
6
7
#include "
usb_mass_mal.h
"
8
9
extern
"C"
{
10
extern
int
usb_close
(
void
);
11
extern
void
SCSI_Init
();
12
}
13
14
namespace
F4Light
{
15
16
class
MassStorage
{
17
public
:
18
MassStorage
() {}
19
20
void
setup
()
const
;
21
};
22
23
}
// namespace
SCSI_Init
void SCSI_Init()
Definition:
usbd_msc_scsi.c:123
F4Light::MassStorage
Definition:
mass_storage.h:16
usb_mass_mal.h
F4Light
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition:
AP_HAL_F4Light_Namespace.h:11
HAL.h
F4Light::MassStorage::MassStorage
MassStorage()
Definition:
mass_storage.h:18
F4Light::MassStorage::setup
void setup() const
usb_close
int usb_close(void)
Definition:
usb.c:688
Generated on Sun Jun 17 2018 14:18:49 for APM:Libraries by
1.8.13