dRonin
adbada4
dRonin firmware
|
#include <pios_usart_priv.h>
Data Fields | |
USART_InitTypeDef | init |
bool | rx_invert |
bool | tx_invert |
bool | rxtx_swap |
bool | single_wire |
Definition at line 47 of file pios_usart_priv.h.
USART_InitTypeDef pios_usart_params::init |
Definition at line 48 of file pios_usart_priv.h.
bool pios_usart_params::rx_invert |
Definition at line 49 of file pios_usart_priv.h.
bool pios_usart_params::rxtx_swap |
Definition at line 51 of file pios_usart_priv.h.
bool pios_usart_params::single_wire |
Definition at line 52 of file pios_usart_priv.h.
bool pios_usart_params::tx_invert |
Definition at line 50 of file pios_usart_priv.h.