Searched refs:_timer_is_started (Results 1 – 3 of 3) sorted by relevance
94 if (_timer_is_started(&descr->device)) { in timer_start()108 if (!_timer_is_started(&descr->device)) { in timer_stop()
157 bool _timer_is_started(const struct _timer_device *const device);
144 bool _timer_is_started(const struct _timer_device *const dev) in _timer_is_started() function