PX4 Firmware
PX4 Autopilot Software http://px4.io
cdev_platform.hpp File Reference
#include <inttypes.h>
#include <nuttx/arch.h>
#include <px4_platform_common/micro_hal.h>
Include dependency graph for cdev_platform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cdev
 

Macros

#define ATOMIC_ENTER   irqstate_t flags = px4_enter_critical_section()
 
#define ATOMIC_LEAVE   px4_leave_critical_section(flags)
 

Typedefs

using cdev::px4_file_operations_t = struct file_operations
 
using cdev::file_t = struct file
 

Macro Definition Documentation

◆ ATOMIC_ENTER

◆ ATOMIC_LEAVE