|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for power_switch.c:Go to the source code of this file.
Functions | |
| void | power_switch_init (void) |
| Intialize the power switch pins This sets the power switch pins to te initial state. | |
| void | power_switch_set (bool val) |
| Set the power switch to enable/disable. | |
Variables | |
| bool | power_switch_status = false |
Definition in file power_switch.c.
Intialize the power switch pins This sets the power switch pins to te initial state.
Definition at line 39 of file power_switch.c.
References foo, gpio_clear(), gpio_setup_output(), POWER_SWITCH_GPIO, and power_switch_set().
Here is the call graph for this function:Set the power switch to enable/disable.
| val | True enables the pin, False disables the pin |
Definition at line 53 of file power_switch.c.
References gpio_clear(), gpio_set(), POWER_SWITCH_GPIO, power_switch_status, and val.
Referenced by power_switch_init().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 29 of file power_switch.c.
Referenced by power_switch_set().