SYSTIMER: Data structures

Arduino SYSTIMER

SYSTIMER
Data structures
typedef void(* SYSTIMER_CALLBACK_t )(void *args)
 timer callback function pointer
typedef struct SYSTIMER SYSTIMER_t
 This structure contains pointer which is used to hold CPU instance handle and variables for priority group.