Searched refs:SemaphoreP_createBinary (Results 1 – 8 of 8) sorted by relevance
195 extern SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count);
83 SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count) in SemaphoreP_createBinary() function
126 sem = SemaphoreP_createBinary(1); in NVSRAM_init()
228 tempSem = SemaphoreP_createBinary(1); in NVSSPI25X_init()
588 object->writeSem = SemaphoreP_createBinary(0); in UART2CC32XX_open()598 object->readSem = SemaphoreP_createBinary(0); in UART2CC32XX_open()
406 object->lockSem = SemaphoreP_createBinary(1); in SDSPI_open()
448 sem = SemaphoreP_createBinary(1); in GPIO_init()
618 object->transferComplete = SemaphoreP_createBinary(0); in SPICC32XXDMA_open()