UART transfer buffer. More...
#include <uartdrv.h>
Data Fields | |
uint8_t * | data |
Transfer data buffer. | |
UARTDRV_Count_t | transferCount |
Transfer item count. | |
UARTDRV_Count_t | itemsRemaining |
Transfer items remaining. | |
UARTDRV_Callback_t | callback |
Completion callback. | |
Ecode_t | transferStatus |
Completion status of transfer operation. |
UART transfer buffer.
Definition at line 119 of file uartdrv.h.
Completion callback.
Definition at line 124 of file uartdrv.h.
Referenced by UARTDRV_Abort(), UARTDRV_Receive(), UARTDRV_ReceiveB(), UARTDRV_Transmit(), and UARTDRV_TransmitB().
uint8_t* UARTDRV_Buffer_t::data |
Transfer data buffer.
Definition at line 121 of file uartdrv.h.
Referenced by UARTDRV_GetReceiveStatus(), UARTDRV_GetTransmitStatus(), UARTDRV_Receive(), UARTDRV_ReceiveB(), UARTDRV_Transmit(), and UARTDRV_TransmitB().
Transfer items remaining.
Definition at line 123 of file uartdrv.h.
Referenced by UARTDRV_Abort(), UARTDRV_Receive(), UARTDRV_ReceiveB(), UARTDRV_Transmit(), and UARTDRV_TransmitB().
Transfer item count.
Definition at line 122 of file uartdrv.h.
Referenced by UARTDRV_GetReceiveStatus(), UARTDRV_GetTransmitStatus(), UARTDRV_Receive(), UARTDRV_ReceiveB(), UARTDRV_Transmit(), and UARTDRV_TransmitB().
Completion status of transfer operation.
Definition at line 125 of file uartdrv.h.
Referenced by UARTDRV_Abort(), UARTDRV_Receive(), UARTDRV_ReceiveB(), UARTDRV_Transmit(), and UARTDRV_TransmitB().