osSemaphore is only used within FreeRTOS_SemaphoreFromISR.
 
Symbols
loading...
Files
loading...

osSemaphore variable

Syntax

osSemaphoreId osSemaphore;

References

LocationReferrerText
main.c:28
osSemaphoreId osSemaphore;
main.c:68main()
osSemaphore = osSemaphoreCreate(osSemaphore(SEM) , 1);
main.c:72main()
osThreadCreate(osThread(SEM_Thread), (void *) osSemaphore);
main.c:91SemaphoreTest()
if (osSemaphore != NULL)
main.c:94SemaphoreTest()
if (osSemaphoreWait(osSemaphore , 0) == osOK)
main.c:176HAL_GPIO_EXTI_Callback()
osSemaphoreRelease(osSemaphore);

Data Use

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