Searched refs:pcTimerName (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | FreeRTOS.h | 595 TimerHandle_t xTimerCreate(const char * const pcTimerName, 601 TimerHandle_t xTimerCreateStatic(const char * const pcTimerName,
|
| D | tx_freertos.c | 2265 TimerHandle_t xTimerCreate(const char * const pcTimerName, in xTimerCreate() argument 2303 …ret = tx_timer_create(&p_timer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (ULONG)p_… in xTimerCreate() 2312 TimerHandle_t xTimerCreateStatic(const char * const pcTimerName, in xTimerCreateStatic() argument 2344 …ret = tx_timer_create(&pxTimerBuffer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (UL… in xTimerCreateStatic()
|