#include <tmr_region.h>
Public Attributes | |
uint8_t | len |
TMR_Region * | list |
uint8_t | max |
A list of TMR_Region values
Definition at line 61 of file tmr_region.h.
uint8_t TMR_RegionList::len |
Length of the list - may be larger than max, indicating truncated data
Definition at line 68 of file tmr_region.h.
Array of TMR_Region values
Definition at line 64 of file tmr_region.h.
uint8_t TMR_RegionList::max |
Allocated size of the array
Definition at line 66 of file tmr_region.h.