Searched refs:i2cm_semaphores_rx (Results 1 – 1 of 1) sorted by relevance
31 SemaphoreHandle_t i2cm_semaphores_rx[N_I2CM]; variable56 if (i2cm_semaphores_rx[i2cm_id] != NULL || i2cm_semaphores_tx[i2cm_id] != NULL) { in udma_i2cm_open()69 i2cm_semaphores_rx[i2cm_id] = shSemaphoreHandle; in udma_i2cm_open()77 …pi_fc_event_handler_set(SOC_EVENT_UDMA_I2C_RX(i2cm_id), i2cmRXHandler/*NULL*/, i2cm_semaphores_rx[… in udma_i2cm_open()266 SemaphoreHandle_t shSemaphoreHandle = i2cm_semaphores_rx[i2cm_id]; in _udma_i2cm_read()296 shSemaphoreHandle = i2cm_semaphores_rx[i2cm_id]; in _udma_i2cm_read()
Completed in 3 milliseconds