Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_gecko_stimer.c63 static sl_sleeptimer_timer_handle_t alarm_timer[STIMER_ALARM_NUM]; variable
194 error_code = sl_sleeptimer_is_timer_running(&alarm_timer[chan_id], &is_alarm_timer_running); in counter_gecko_set_alarm()
196 sl_sleeptimer_stop_timer(&alarm_timer[chan_id]); in counter_gecko_set_alarm()
220 sl_sleeptimer_start_timer(&alarm_timer[chan_id], dev_data->alarm[chan_id].ticks, in counter_gecko_set_alarm()
235 sl_sleeptimer_stop_timer(&alarm_timer[chan_id]); in counter_gecko_cancel_alarm()