txfr_idle_sem is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_idle_sem variable

Syntax

static TX_SEMAPHORE txfr_idle_sem;

References

LocationReferrerText
tx_freertos.c:51
static TX_SEMAPHORE txfr_idle_sem;
tx_freertos.c:109txfr_idle_task_entry()
ret = tx_semaphore_get(&txfr_idle_sem, TX_WAIT_FOREVER);
tx_freertos.c:197tx_freertos_init()
ret = tx_semaphore_create(&txfr_idle_sem, "txfr_idle_semaphore", 0u);
tx_freertos.c:479vTaskDelete()
ret = tx_semaphore_put(&txfr_idle_sem);

Type Use

Type of txfr_idle_sem
txfr_idle_sem
all items filtered out