![]() |
![]() |
MSPM0G3507SensorlessFOCMotorControlLibrary
1.0
|
UART instance. More...
#include <uart_comm.h>
Data Fields | |
BufferInfo | txMsg |
BufferInfo | rxMsg |
uint8_t | dataLen |
_Bool | isCrc |
UART_Status | status |
ErrorType | error |
UART instance.
BufferInfo UART_Instance::txMsg |
Transmit message
Referenced by UART_getFrameLength(), and UART_init().
BufferInfo UART_Instance::rxMsg |
Receive message
Referenced by DMA_RX_init(), UART_checkForCommand(), UART_getFrameLength(), and UART_init().
uint8_t UART_Instance::dataLen |
Data length
Referenced by UART_getFrameLength(), and UART_init().
_Bool UART_Instance::isCrc |
CRC enabled
Referenced by UART_getFrameLength(), and UART_init().
UART_Status UART_Instance::status |
UART status
Referenced by UART_checkForCommand(), UART_getFrameLength(), and UART_init().
ErrorType UART_Instance::error |
UART error type
Referenced by UART_checkForCommand(), UART_getFrameLength(), and UART_init().