Searched refs:IS_TIMER_OCN_POLARITY (Results 1 – 6 of 6) sorted by relevance
2393 assert_param(IS_TIMER_OCN_POLARITY(config->ocn_polarity)); in ald_timer_one_pulse_config_channel()3280 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc1_set_config()3311 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc2_set_config()3342 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc3_set_config()
2409 assert_param(IS_TIMER_OCN_POLARITY(config->ocn_polarity)); in ald_timer_one_pulse_config_channel()3306 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc1_set_config()3337 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc2_set_config()3368 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc3_set_config()
2408 assert_param(IS_TIMER_OCN_POLARITY(config->ocn_polarity)); in ald_timer_one_pulse_config_channel()3313 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc1_set_config()3344 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc2_set_config()3375 assert_param(IS_TIMER_OCN_POLARITY(oc_config->ocn_polarity)); in timer_oc3_set_config()
764 #define IS_TIMER_OCN_POLARITY(x) (((x) == ALD_TIMER_OCN_POLARITY_HIGH) || \ macro
818 #define IS_TIMER_OCN_POLARITY(x) (((x) == TIMER_OCN_POLARITY_HIGH) || \ macro
878 #define IS_TIMER_OCN_POLARITY(x) (((x) == TIMER_OCN_POLARITY_HIGH) || \ macro
Completed in 32 milliseconds