Paparazzi UAS  v7.0_unstable
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
 

Functions

void radio_control_cc2500_init (void)
 
void radio_control_cc2500_event (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.

◆ 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_cc2500_event()

◆ radio_control_cc2500_init()

void radio_control_cc2500_init ( void  )