TxPktSemaphore is only used within LwIP_HTTP_Server_Netconn_RTOS.
 
Symbols
loading...
Files
loading...

TxPktSemaphore variable

Syntax

osSemaphoreId TxPktSemaphore = NULL;

References

LocationReferrerText
ethernetif.c:93
osSemaphoreId TxPktSemaphore = NULL; /* Semaphore to signal transmit packet complete */
ethernetif.c:176low_level_init()
TxPktSemaphore = xSemaphoreCreateBinary();
ethernetif.c:292low_level_output()
ethernetif.c:500HAL_ETH_TxCpltCallback()
osSemaphoreRelease(TxPktSemaphore);

Data Use

Functions writing TxPktSemaphore
Functions reading TxPktSemaphore
all items filtered out
TxPktSemaphore
Type of TxPktSemaphore
TxPktSemaphore
all items filtered out