EmbeddedEtcher
Functions
semaphore.c File Reference
#include "ostypes.h"
Include dependency graph for semaphore.c:

Functions

osSemaphoreHandle_t osSemaphoreCreateBinary (void)
 
uint8_t osSemaphoreTake (osSemaphore_t *isemaphore)
 
void osSemaphoreGive ()
 

Function Documentation

◆ osSemaphoreCreateBinary()

osSemaphoreHandle_t osSemaphoreCreateBinary ( void  )

◆ osSemaphoreGive()

void osSemaphoreGive ( )

◆ osSemaphoreTake()

uint8_t osSemaphoreTake ( osSemaphore_t *  isemaphore)