PX4 Firmware
PX4 Autopilot Software http://px4.io
cdev_platform.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include <inttypes.h>
5
6
#include <nuttx/arch.h>
7
8
#include <px4_platform_common/micro_hal.h>
9
10
#define ATOMIC_ENTER irqstate_t flags = px4_enter_critical_section()
11
#define ATOMIC_LEAVE px4_leave_critical_section(flags)
12
13
namespace
cdev
14
{
15
16
using
px4_file_operations_t
=
struct
file_operations
;
17
using
file_t
=
struct
file
;
18
19
}
// namespace cdev
cdev
Definition:
CDev.cpp:47
cdev::file_t
Definition:
cdev_platform.hpp:20
cdev::file_operations
Definition:
cdev_platform.hpp:13
file
struct @83::@85::@87 file
src
lib
cdev
nuttx
cdev_platform.hpp
Generated by
1.8.13