txfr_timer::timer is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_timer::timer field

Syntax

References

LocationReferrerText
FreeRTOS.h:240
TX_TIMER timer;
tx_freertos.c:2276xTimerCreate()
ret = tx_timer_create(&p_timer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (ULONG)p_timer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE);
tx_freertos.c:2317xTimerCreateStatic()
tx_freertos.c:2332xTimerDelete()
ret = tx_timer_delete(&xTimer->timer);
tx_freertos.c:2353xTimerIsTimerActive()
ret = tx_timer_info_get(&xTimer->timer, NULL, &is_active, NULL, NULL, NULL);
tx_freertos.c:2373xTimerStart()
ret = tx_timer_activate(&xTimer->timer);
tx_freertos.c:2389xTimerStop()
ret = tx_timer_deactivate(&xTimer->timer);
tx_freertos.c:2410xTimerChangePeriod()
ret = tx_timer_deactivate(&xTimer->timer);
tx_freertos.c:2417xTimerChangePeriod()
tx_freertos.c:2419xTimerChangePeriod()
ret = tx_timer_change(&xTimer->timer, xNewPeriod, 0u);
tx_freertos.c:2426xTimerChangePeriod()
ret = tx_timer_activate(&xTimer->timer);
tx_freertos.c:2448xTimerReset()
ret = tx_timer_deactivate(&xTimer->timer);
tx_freertos.c:2455xTimerReset()
tx_freertos.c:2457xTimerReset()
ret = tx_timer_change(&xTimer->timer, xTimer->period, 0u);
tx_freertos.c:2464xTimerReset()
ret = tx_timer_activate(&xTimer->timer);
tx_freertos.c:2552vTimerSetReloadMode()
ret = tx_timer_deactivate(&xTimer->timer);
tx_freertos.c:2558vTimerSetReloadMode()
tx_freertos.c:2561vTimerSetReloadMode()
ret = tx_timer_change(&xTimer->timer, left, xTimer->period);
tx_freertos.c:2563vTimerSetReloadMode()
ret = tx_timer_change(&xTimer->timer, left, 0u);
tx_freertos.c:2570vTimerSetReloadMode()
ret = tx_timer_activate(&xTimer->timer);
tx_freertos.c:2586pcTimerGetName()
return (const char *)xTimer->timer.tx_timer_name;
tx_freertos.c:2618xTimerGetExpiryTime()
ret = tx_timer_info_get(&xTimer->timer, NULL, NULL, &time_tx, NULL, NULL);

Data Use

Functions reading txfr_timer::timer
txfr_timer::timer
Type of txfr_timer::timer
txfr_timer::timer
all items filtered out