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