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.c104 uint8_t apptimer_start; member
236 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in hal_pwr_sleep_timer_elapsed_callback()
264 return (s_app_timer_info.apptimer_start == APP_TIMER_STOP)?0:1; in app_timer_get_status()
292 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_stop_and_ret()
322 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_delete()
374 s_app_timer_info.apptimer_start = APP_TIMER_STOP; in app_timer_stop()
409 if (APP_TIMER_STOP == s_app_timer_info.apptimer_start) { in app_timer_start()
415 s_app_timer_info.apptimer_start = APP_TIMER_START; in app_timer_start()