Searched defs:Z_TIMEOUT_TICKS (Results 1 – 1 of 1) sorted by relevance
120 #define Z_TIMEOUT_TICKS(t) ((k_timeout_t) { (t) }) macro122 #define Z_TIMEOUT_TICKS(t) ((k_timeout_t) { .ticks = (t) }) macro