Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_timer/
Dapp_timer.c109 uint8_t apptimer_start; member
241 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in hal_pwr_sleep_timer_elapsed_callback()
269 return (s_app_timer_info.apptimer_start == APP_TIMER_STOP)?0:1; in app_timer_get_status()
297 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_stop_and_ret()
327 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_delete()
379 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_stop()
414 if (APP_TIMER_STOP == s_app_timer_info.apptimer_start) { in app_timer_start()
420 s_app_timer_info.apptimer_start = APP_TIMER_START; in app_timer_start()