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

osSemaphore variable

Syntax

osSemaphoreId osSemaphore;

References

LocationReferrerText
main.c:29
osSemaphoreId osSemaphore;
main.c:63main()
osSemaphore = osSemaphoreCreate(osSemaphore(SEM) , 1);
main.c:67main()
SemThread1Handle = osThreadCreate(osThread(SEM_Thread1), (void *) osSemaphore);
main.c:71main()
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