|
NinjaFlight
|
#include <stdint.h>#include <stdbool.h>#include <string.h>#include "build_config.h"#include <platform.h>#include "target.h"#include "common/streambuf.h"#include "common/utils.h"#include "config/feature.h"#include "config/config.h"#include "drivers/serial.h"#include "drivers/system.h"#include "drivers/pwm_output.h"#include "io/serial.h"#include "io/serial_msp.h"#include "io/serial_4way.h"#include "cli.h"#include "msp.h"#include "ninja.h"
Functions | |
| void | serial_msp_release_port (struct serial_msp *self, serialPort_t *serialPort) |
| void | serial_msp_init (struct serial_msp *self, const struct config *config, struct msp *msp) |
| void | serial_msp_process (struct serial_msp *self, struct ninja *ninja) |
| void serial_msp_init | ( | struct serial_msp * | self, |
| const struct config * | config, | ||
| struct msp * | msp | ||
| ) |
| void serial_msp_process | ( | struct serial_msp * | self, |
| struct ninja * | ninja | ||
| ) |

| void serial_msp_release_port | ( | struct serial_msp * | self, |
| serialPort_t * | serialPort | ||
| ) |
