Macros | |
| #define | ARRAY_LEN(array) (sizeof((array))/sizeof((array)[0])) |
| Get the number of elements within an array, give also number of rows in a 2-D array. More... | |
Typedefs | |
| typedef uint16_t | ke_msg_id_t |
| typedef uint16_t | ke_task_id_t |
| Task Identifier. Composed by the task type and the task index. More... | |
| #define ARRAY_LEN | ( | array | ) | (sizeof((array))/sizeof((array)[0])) |
| typedef uint16_t ke_msg_id_t |
| typedef uint16_t ke_task_id_t |