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

osSemaphore variable

Syntax

osSemaphoreId osSemaphore;

References

LocationReferrerText
main.c:27
osSemaphoreId osSemaphore;
main.c:64main()
osSemaphore = osSemaphoreCreate(osSemaphore(SEM) , 1);
main.c:68main()
osThreadCreate(osThread(SEM_Thread), (void *) osSemaphore);
main.c:86SemaphoreTest()
if (osSemaphore != NULL)
main.c:89SemaphoreTest()
if(osSemaphoreWait(osSemaphore , 0) == osOK)
main.c:104HAL_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