Home
last modified time | relevance | path

Searched refs:i2cm_semaphores_rx (Results 1 – 1 of 1) sorted by relevance

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/
A Dudma_i2cm_driver.c31 SemaphoreHandle_t i2cm_semaphores_rx[N_I2CM]; variable
56 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 4 milliseconds