APM:Libraries
|
Go to the source code of this file.
Classes | |
struct | escHardware_t |
struct | ioMem_s |
Macros | |
#define | MAX_SUPPORTED_MOTORS 6 |
#define | HIGH 1 |
#define | LOW 0 |
#define | ESC_IS_HI isEscHi(selected_esc) |
#define | ESC_IS_LO isEscLo(selected_esc) |
#define | ESC_SET_HI setEscHi(selected_esc) |
#define | ESC_SET_LO setEscLo(selected_esc) |
#define | ESC_INPUT setEscInput(selected_esc) |
#define | ESC_OUTPUT setEscOutput(selected_esc) |
Typedefs | |
typedef struct ioMem_s | ioMem_t |
Functions | |
bool | isEscHi (uint8_t selEsc) |
bool | isEscLo (uint8_t selEsc) |
void | setEscHi (uint8_t selEsc) |
void | setEscLo (uint8_t selEsc) |
void | setEscInput (uint8_t selEsc) |
void | setEscOutput (uint8_t selEsc) |
static void | delay_us (uint16_t t) |
static uint32_t | micros () |
static uint32_t | millis () |
Variables | |
uint8_t | selected_esc |
#define ESC_INPUT setEscInput(selected_esc) |
Definition at line 38 of file serial_4way_impl.h.
#define ESC_IS_HI isEscHi(selected_esc) |
Definition at line 34 of file serial_4way_impl.h.
#define ESC_IS_LO isEscLo(selected_esc) |
Definition at line 35 of file serial_4way_impl.h.
#define ESC_OUTPUT setEscOutput(selected_esc) |
Definition at line 39 of file serial_4way_impl.h.
#define ESC_SET_HI setEscHi(selected_esc) |
Definition at line 36 of file serial_4way_impl.h.
#define ESC_SET_LO setEscLo(selected_esc) |
Definition at line 37 of file serial_4way_impl.h.
#define HIGH 1 |
Definition at line 28 of file serial_4way_impl.h.
#define LOW 0 |
Definition at line 29 of file serial_4way_impl.h.
#define MAX_SUPPORTED_MOTORS 6 |
Definition at line 10 of file serial_4way_impl.h.
|
inlinestatic |
bool isEscHi | ( | uint8_t | selEsc | ) |
bool isEscLo | ( | uint8_t | selEsc | ) |
|
inlinestatic |
|
inlinestatic |
void setEscHi | ( | uint8_t | selEsc | ) |
void setEscInput | ( | uint8_t | selEsc | ) |
void setEscLo | ( | uint8_t | selEsc | ) |
void setEscOutput | ( | uint8_t | selEsc | ) |
uint8_t selected_esc |