Searched refs:IS_TIMER_CLOCK_SOURCE (Results 1 – 6 of 6) sorted by relevance
803 #define IS_TIMER_CLOCK_SOURCE(x) (((x) == ALD_TIMER_SRC_ETRMODE2) || \ macro
855 #define IS_TIMER_CLOCK_SOURCE(x) (((x) == TIMER_SRC_ETRMODE2) || \ macro
917 #define IS_TIMER_CLOCK_SOURCE(x) (((x) == TIMER_SRC_ETRMODE2) || \ macro
2521 assert_param(IS_TIMER_CLOCK_SOURCE(config->source)); in ald_timer_config_clock_source()
2529 assert_param(IS_TIMER_CLOCK_SOURCE(config->source)); in ald_timer_config_clock_source()
2536 assert_param(IS_TIMER_CLOCK_SOURCE(config->source)); in ald_timer_config_clock_source()
Completed in 30 milliseconds