Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
cc2500_paparazzi.h File Reference
#include "generated/airframe.h"
#include "generated/radio.h"
+ Include dependency graph for cc2500_paparazzi.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RC_PPM_TICKS_OF_USEC(_x)   (_x)
 
#define RC_PPM_SIGNED_TICKS_OF_USEC(_x)   (_x)
 
#define USEC_OF_RC_PPM_TICKS(_x)   (_x)
 
#define RADIO_CONTROL_NB_CHANNEL   RADIO_CTL_NB
 
#define RadioControlEvent(_received_frame_handler)   radio_control_impl_event(_received_frame_handler)
 

Functions

void radio_control_impl_event (void(*_received_frame_handler)(void))
 

Macro Definition Documentation

◆ RADIO_CONTROL_NB_CHANNEL

#define RADIO_CONTROL_NB_CHANNEL   RADIO_CTL_NB

Definition at line 33 of file cc2500_paparazzi.h.

◆ RadioControlEvent

#define RadioControlEvent (   _received_frame_handler)    radio_control_impl_event(_received_frame_handler)

Definition at line 37 of file cc2500_paparazzi.h.

◆ RC_PPM_SIGNED_TICKS_OF_USEC

#define RC_PPM_SIGNED_TICKS_OF_USEC (   _x)    (_x)

Definition at line 26 of file cc2500_paparazzi.h.

◆ RC_PPM_TICKS_OF_USEC

#define RC_PPM_TICKS_OF_USEC (   _x)    (_x)

Definition at line 25 of file cc2500_paparazzi.h.

◆ USEC_OF_RC_PPM_TICKS

#define USEC_OF_RC_PPM_TICKS (   _x)    (_x)

Definition at line 27 of file cc2500_paparazzi.h.

Function Documentation

◆ radio_control_impl_event()

void radio_control_impl_event ( void(*)(void)  _received_frame_handler)

Definition at line 61 of file cc2500_paparazzi.c.