Searched refs:txfr_idle_sem (Results 1 – 1 of 1) sorted by relevance
56 static TX_SEMAPHORE txfr_idle_sem; variable115 ret = tx_semaphore_get(&txfr_idle_sem, TX_WAIT_FOREVER); in txfr_idle_task_entry()203 ret = tx_semaphore_create(&txfr_idle_sem, "txfr_idle_semaphore", 0u); in tx_freertos_init()506 ret = tx_semaphore_put(&txfr_idle_sem); in vTaskDelete()