#include <tmr_types.h>
Public Attributes | |
uint16_t | len |
uint16_t * | list |
uint16_t | max |
List of uint16_t values
Definition at line 61 of file tmr_types.h.
uint16_t TMR_uint16List::len |
The number of entries in the list - may be larger than max, indicating truncated data.
Definition at line 68 of file tmr_types.h.
uint16_t* TMR_uint16List::list |
The array of values
Definition at line 64 of file tmr_types.h.
uint16_t TMR_uint16List::max |
The number of entries there is space for in the array
Definition at line 66 of file tmr_types.h.