Searched refs:i2cm_semaphores_tx (Results 1 – 1 of 1) sorted by relevance
32 SemaphoreHandle_t i2cm_semaphores_tx[N_I2CM]; variable56 if (i2cm_semaphores_rx[i2cm_id] != NULL || i2cm_semaphores_tx[i2cm_id] != NULL) { in udma_i2cm_open()74 i2cm_semaphores_tx[i2cm_id] = shSemaphoreHandle; in udma_i2cm_open()78 …pi_fc_event_handler_set(SOC_EVENT_UDMA_I2C_TX(i2cm_id), i2cmTXHandler/*NULL*/, i2cm_semaphores_tx[… in udma_i2cm_open()122 SemaphoreHandle_t shSemaphoreHandleTx = i2cm_semaphores_tx[i2cm_id]; in udma_i2cm_write()166 SemaphoreHandle_t shSemaphoreHandle = i2cm_semaphores_tx[i2cm_id]; in _udma_i2cm_write_addr_plus_regaddr()212 SemaphoreHandle_t shSemaphoreHandle = i2cm_semaphores_tx[i2cm_id]; in _udma_i2cm_write_addr_plus_reg16addr()269 shSemaphoreHandle = i2cm_semaphores_tx[i2cm_id]; in _udma_i2cm_read()300 shSemaphoreHandle = i2cm_semaphores_tx[i2cm_id]; in _udma_i2cm_read()330 SemaphoreHandle_t shSemaphoreHandle = i2cm_semaphores_tx[i2cm_id]; in _udma_i2cm_send_stop()
Completed in 3 milliseconds