A
Size: a a a
A
КП
КП
MP
TB
osSemaphoreAcquire(someSemaphore, osWaitForever)
osStatus_t status = osSemaphoreAcquire(someSemaphore, osWaitForever);
if (status == osOK) { … }
VK
osSemaphoreAcquire(someSemaphore, osWaitForever)
osStatus_t status = osSemaphoreAcquire(someSemaphore, osWaitForever);
if (status == osOK) { … }
TB
TB
VK
VK
TB
TB
VK
TB
TB
SK
С