Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
|
Utility macros and functions. More...
Macros | |
#define | ASTARTE_UTIL_DEFINE_ARRAY(NAME, TYPE) |
Define a struct that contains a pointer of type TYPE and a length. | |
Utility macros and functions.
#define ASTARTE_UTIL_DEFINE_ARRAY | ( | NAME, | |
TYPE ) |
Define a struct that contains a pointer of type TYPE and a length.
[in] | NAME | name of the type |
[in] | TYPE | type of an element of the array. |