|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Include dependency graph for spektrum_soft_bind_ap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | spektrum_soft_bind_init (void) |
| void | spektrum_soft_bind_click (bool val) |
| void | send_spektrum_bind (void) |
Variables | |
| bool | bind_soft_value |
Definition in file spektrum_soft_bind_ap.h.
| void send_spektrum_bind | ( | void | ) |
Definition at line 52 of file spektrum_soft_bind_ap.c.
References LED_OFF, LED_ON, RADIO_CONTROL_POWER_OFF, RADIO_CONTROL_POWER_ON, RADIO_CONTROL_POWER_PIN, RADIO_CONTROL_POWER_PORT, SpektrumUartInit(), and sys_time_usleep().
Referenced by spektrum_soft_bind_click().
Here is the call graph for this function:
Here is the caller graph for this function:| void spektrum_soft_bind_click | ( | bool | val | ) |
Definition at line 41 of file spektrum_soft_bind_ap.c.
References bind_soft_value, intermcu_send_spektrum_bind(), send_spektrum_bind(), and val.
Here is the call graph for this function:| void spektrum_soft_bind_init | ( | void | ) |
Definition at line 28 of file spektrum_soft_bind.c.
| bool bind_soft_value |
Definition at line 40 of file spektrum_soft_bind_ap.c.
Referenced by spektrum_soft_bind_click().