HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
sUARTbuffer Struct Reference

Buffer structure for UART message reception. More...

#include <UART_term.h>

Data Fields

size_t max_len
 Length of allocated buffer.
 
size_t len
 Length of datas.
 
char data []
 Flexible data array member.
 

Detailed Description

Buffer structure for UART message reception.

Field Documentation

◆ data

char sUARTbuffer::data[]

Flexible data array member.

◆ len

size_t sUARTbuffer::len

Length of datas.

◆ max_len

size_t sUARTbuffer::max_len

Length of allocated buffer.


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