threadx + 0/15 examples
CodeScope will show references to tx_semaphore_create from the following samples and libraries:
 
Symbols
loading...
Files
loading...

tx_semaphore_create macro

Syntax

#define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE)))

Arguments

s

n

i

Examples

tx_semaphore_create is referenced by 15 libraries and example projects.

References

LocationText
tx_api.h:1073
#define tx_semaphore_create _tx_semaphore_create
tx_api.h:1307
#define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE)))
tx_freertos.c:197
ret = tx_semaphore_create(&txfr_idle_sem, "txfr_idle_semaphore", 0u);
tx_freertos.c:336
ret = tx_semaphore_create(&pxTaskBuffer->notification_sem, "", 0u);
tx_freertos.c:409
ret = tx_semaphore_create(&p_task->notification_sem, "", 0u);
tx_freertos.c:1070
ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount);
tx_freertos.c:1100
ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount);
tx_freertos.c:1472
ret = tx_semaphore_create(&pxQueueBuffer->read_sem, "", 0u);
tx_freertos.c:1477
ret = tx_semaphore_create(&pxQueueBuffer->write_sem, "", uxQueueLength);
tx_freertos.c:1526
ret = tx_semaphore_create(&p_queue->read_sem, "", 0u);
tx_freertos.c:1531
ret = tx_semaphore_create(&p_queue->write_sem, "", uxQueueLength);