Home
last modified time | relevance | path

Searched refs:PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_chrono_freertos/public/pw_chrono_freertos/
Dconfig.h25 #ifndef PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT
26 #define PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT (portMAX_DELAY / 3) macro
29 static_assert((PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT > 0) &&
30 (PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT <= portMAX_DELAY),
Dsystem_clock_constants.h24 SystemClock::duration(PW_CHRONO_FREERTOS_CFG_MAX_TIMEOUT);