Lines Matching full:alarm
78 /* alarm callback function */
99 /* In case of alarm, mask interrupt and disable the callback. User in counter_dw_timer_irq_handler()
100 * can configure the alarm in same context within callback function. in counter_dw_timer_irq_handler()
182 /* top value cannot be updated if the alarm is active */ in counter_dw_timer_set_top_value()
185 LOG_ERR("Top value cannot be updated, alarm is active!"); in counter_dw_timer_set_top_value()
224 LOG_ERR("Invalid alarm configuration"); in counter_dw_timer_set_alarm()
228 /* Alarm callback is mandatory */ in counter_dw_timer_set_alarm()
230 LOG_ERR("Alarm callback function cannot be null"); in counter_dw_timer_set_alarm()
234 /* absolute alarm is not supported as interrupts are triggered in counter_dw_timer_set_alarm()
238 LOG_ERR("Absolute alarm is not supported"); in counter_dw_timer_set_alarm()
244 /* check if alarm is already active */ in counter_dw_timer_set_alarm()
246 LOG_ERR("Alarm is already active\n"); in counter_dw_timer_set_alarm()