UARTDRV_Buffer_t Struct Reference
[UARTDRV]

UART transfer buffer. More...

#include <uartdrv.h>

Collaboration diagram for UARTDRV_Buffer_t:
Collaboration graph
[legend]

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.

Detailed Description

UART transfer buffer.

Definition at line 119 of file uartdrv.h.


Field Documentation

Completion callback.

Definition at line 124 of file uartdrv.h.

Referenced by UARTDRV_Abort(), 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().

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().


The documentation for this struct was generated from the following file: