There is only one custom type defined. time_ms_t is for storing millisecond values.
time_ms_t
typedef uint64_t time_ms_t; //time in milliseconds
Last updated 3 years ago