Searched refs:pcTimerName (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | FreeRTOS.h | 594 TimerHandle_t xTimerCreate(const char * const pcTimerName, 600 TimerHandle_t xTimerCreateStatic(const char * const pcTimerName,
|
| D | tx_freertos.c | 2275 TimerHandle_t xTimerCreate(const char * const pcTimerName, in xTimerCreate() argument 2313 …ret = tx_timer_create(&p_timer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (ULONG)p_… in xTimerCreate() 2322 TimerHandle_t xTimerCreateStatic(const char * const pcTimerName, in xTimerCreateStatic() argument 2354 …ret = tx_timer_create(&pxTimerBuffer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (UL… in xTimerCreateStatic()
|