PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drv_tap_esc.h>
Public Attributes | |
uint8_t | head |
uint8_t | tail |
uint8_t | dat_cnt |
uint8_t | esc_feedback_buf [UART_BUFFER_SIZE] |
Definition at line 164 of file drv_tap_esc.h.
uint8_t ESC_UART_BUF::dat_cnt |
Definition at line 167 of file drv_tap_esc.h.
Referenced by tap_esc_common::parse_tap_esc_feedback(), and tap_esc_common::read_data_from_uart().
uint8_t ESC_UART_BUF::esc_feedback_buf[UART_BUFFER_SIZE] |
Definition at line 168 of file drv_tap_esc.h.
Referenced by tap_esc_common::parse_tap_esc_feedback(), and tap_esc_common::read_data_from_uart().
uint8_t ESC_UART_BUF::head |
Definition at line 165 of file drv_tap_esc.h.
Referenced by tap_esc_common::parse_tap_esc_feedback().
uint8_t ESC_UART_BUF::tail |
Definition at line 166 of file drv_tap_esc.h.
Referenced by tap_esc_common::read_data_from_uart().