Searched defs:pdMS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
88 #define pdMS_TO_TICKS LOS_MS2Tick macro
41 …#define pdMS_TO_TICKS( xTimeInMs ) ( ( TickType_t ) ( ( ( TickType_t ) ( xTimeInMs ) * ( TickType_… macro