Searched refs:resch_ticks (Results 1 – 1 of 1) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 2273 ULONG resch_ticks; in xTimerCreate() local 2296 resch_ticks = xTimerPeriod; in xTimerCreate() 2300 resch_ticks = 0u; in xTimerCreate() 2303 …cTimerName, txfr_timer_callback_wrapper, (ULONG)p_timer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE… in xTimerCreate() 2320 ULONG resch_ticks; in xTimerCreateStatic() local 2339 resch_ticks = xTimerPeriod; in xTimerCreateStatic() 2341 resch_ticks = 0u; in xTimerCreateStatic() 2344 …Name, txfr_timer_callback_wrapper, (ULONG)pxTimerBuffer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE… in xTimerCreateStatic()
|