|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "pprzlink/pprzlink_device.h"
Include dependency graph for frsky_x.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | fifo_t |
| struct | frsky_x_serial_periph |
Macros | |
| #define | DOWNLINK_BUFFER_SIZE 512 |
| #define | UPLINK_BUFFER_SIZE 512 |
Functions | |
| void | datalink_frsky_x_init (void) |
Variables | |
| struct frsky_x_serial_periph | frsky_x_serial |
| struct fifo_t |
| struct frsky_x_serial_periph |
Collaboration diagram for frsky_x_serial_periph:| Data Fields | ||
|---|---|---|
| struct link_device | device | Generic device interface. |
| uint8_t | downlink_buf[DOWNLINK_BUFFER_SIZE] | |
| fifo_t | downlink_fifo | |
| uint8_t | uplink_buf[UPLINK_BUFFER_SIZE] | |
| fifo_t | uplink_fifo | |
Definition at line 156 of file frsky_x.c.
References frsky_x_serial_periph::device, frsky_x_serial_periph::downlink_buf, DOWNLINK_BUFFER_SIZE, frsky_x_serial_periph::downlink_fifo, fifo_init(), frsky_x_serial, frsky_x_serial_char_available(), frsky_x_serial_check_free_space(), frsky_x_serial_get_byte(), frsky_x_serial_put_buffer(), frsky_x_serial_put_byte(), frsky_x_serial_send_message(), smartPortDownlink, smartPortDownlink_cb(), smartPortUplink, smartPortUplink_cb(), frsky_x_serial_periph::uplink_buf, UPLINK_BUFFER_SIZE, and frsky_x_serial_periph::uplink_fifo.
Here is the call graph for this function:
|
extern |
Definition at line 27 of file frsky_x.c.
Referenced by datalink_frsky_x_init(), smartPortDownlink_cb(), and smartPortUplink_cb().