|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
DSM2 and DSMX datalink implementation for the cyrf6936 2.4GHz radio chip trough SPI. More...
#include "subsystems/datalink/superbitrf.h"
Include dependency graph for superbitrf.c:Go to the source code of this file.
Functions | |
| void | superbitrf_set_mfg_id (uint32_t id) |
| void | superbitrf_set_protocol (uint8_t protocol) |
Variables | |
| struct SuperbitRF | superbitrf |
DSM2 and DSMX datalink implementation for the cyrf6936 2.4GHz radio chip trough SPI.
Dummy for sim so you don't have to remove the superbitrf.xml settings file.
Definition in file superbitrf.c.
| void superbitrf_set_mfg_id | ( | uint32_t | id | ) |
Definition at line 34 of file superbitrf.c.
Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().
Here is the caller graph for this function:| void superbitrf_set_protocol | ( | uint8_t | protocol | ) |
Definition at line 39 of file superbitrf.c.
Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().
Here is the caller graph for this function:| struct SuperbitRF superbitrf |
Definition at line 32 of file superbitrf.c.
Referenced by radio_control_impl_event(), send_superbit(), superbitrf_event(), superbitrf_gen_dsmx_channels(), superbitrf_init(), superbitrf_receive_packet_cb(), superbitrf_send_packet_cb(), superbitrf_set_mfg_id(), and superbitrf_set_protocol().