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

osSemaphore variable

Syntax

osSemaphoreId osSemaphore;

References

LocationReferrerText
main.c:28
osSemaphoreId osSemaphore;
main.c:64main()
osSemaphore = osSemaphoreCreate(osSemaphore(SEM) , 1);
main.c:65main()
osSemaphoreRelease(osSemaphore);
main.c:69main()
SemThread1Handle = osThreadCreate(osThread(SEM_Thread1), (void *) osSemaphore);
main.c:73main()
SemThread2Handle = osThreadCreate(osThread(SEM_Thread2), (void *) osSemaphore);

Data Use

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