Searched refs:shSemaphoreHandleTx (Results 1 – 1 of 1) sorted by relevance
122 SemaphoreHandle_t shSemaphoreHandleTx = i2cm_semaphores_tx[i2cm_id]; in udma_i2cm_write() local127 …if( xSemaphoreTake( shSemaphoreHandleTx, SEMAPHORE_WAIT_TIME_IN_MS ) == pdTRUE ) // Wait for any p… in udma_i2cm_write()146 xSemaphoreTake( shSemaphoreHandleTx, SEMAPHORE_WAIT_TIME_IN_MS ); in udma_i2cm_write()147 xSemaphoreGive( shSemaphoreHandleTx ); in udma_i2cm_write()156 xSemaphoreGive( shSemaphoreHandleTx ); in udma_i2cm_write()
Completed in 3 milliseconds