internal struct used to save all data related to one cyclic function More...
#include <time.h>
Data Fields | |
| uint8_t | cd |
| countdown until next call | |
| uint8_t | interval |
| length of the cycle in hundredths of a second | |
| void(* | pointer )(void) |
| pointer to the function | |
| eTimeCycleMask | flags |
| control flags | |
internal struct used to save all data related to one cyclic function
1.8.17