#include <tmr_types.h>
Public Attributes | |
uint16_t | len |
uint32_t * | list |
uint16_t | max |
List of uint32_t values
Definition at line 72 of file tmr_types.h.
uint16_t TMR_uint32List::len |
The number of entries in the list - may be larger than max, indicating truncated data.
Definition at line 79 of file tmr_types.h.
uint32_t* TMR_uint32List::list |
The array of values
Definition at line 75 of file tmr_types.h.
uint16_t TMR_uint32List::max |
The number of entries there is space for in the array
Definition at line 77 of file tmr_types.h.