Home
last modified time | relevance | path

Searched refs:periodic_tid (Results 1 - 1 of 1) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/time_demo/
H A Dtimer.c37 osTimerId_t periodic_tid = osTimerNew(cb_timeout_periodic, osTimerPeriodic, NULL, NULL); in timer_periodic() local
38 if (periodic_tid == NULL) { in timer_periodic()
42 printf("[Timer Test] osTimerNew(periodic timer) success, tid: %p.\r\n", periodic_tid); in timer_periodic()
44 osStatus_t status = osTimerStart(periodic_tid, 100); in timer_periodic()
57 status = osTimerStop(periodic_tid); in timer_periodic()
59 status = osTimerDelete(periodic_tid); in timer_periodic()

Completed in 1 milliseconds