Searched refs:resch_ticks (Results 1 – 1 of 1) sorted by relevance
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 2283 ULONG resch_ticks; in xTimerCreate() local 2306 resch_ticks = xTimerPeriod; in xTimerCreate() 2310 resch_ticks = 0u; in xTimerCreate() 2313 …cTimerName, txfr_timer_callback_wrapper, (ULONG)p_timer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE… in xTimerCreate() 2330 ULONG resch_ticks; in xTimerCreateStatic() local 2349 resch_ticks = xTimerPeriod; in xTimerCreateStatic() 2351 resch_ticks = 0u; in xTimerCreateStatic() 2354 …Name, txfr_timer_callback_wrapper, (ULONG)pxTimerBuffer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE… in xTimerCreateStatic()
|