Home
last modified time | relevance | path

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

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_fc_event.h53 void pi_fc_event_handler_set(uint32_t event_id, pi_fc_event_handler_t event_handler, SemaphoreHandl…
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/
A Dudma_uart_driver.c90 pi_fc_event_handler_set(SOC_EVENT_UART_RX(uart_id), uart_rx_isr, uart_semaphores_rx[uart_id]); in udma_uart_open()
91 pi_fc_event_handler_set(SOC_EVENT_UDMA_UART_TX(uart_id), NULL, uart_semaphores_tx[uart_id]); in udma_uart_open()
A Dudma_cam_driver.c171 pi_fc_event_handler_set(SOC_EVENT_UDMA_CAM_RX(cam_id), camISR, cam_semaphore_rx); in cam_open()
A Dudma_i2cm_driver.c77pi_fc_event_handler_set(SOC_EVENT_UDMA_I2C_RX(i2cm_id), i2cmRXHandler/*NULL*/, i2cm_semaphores_rx[… in udma_i2cm_open()
78pi_fc_event_handler_set(SOC_EVENT_UDMA_I2C_TX(i2cm_id), i2cmTXHandler/*NULL*/, i2cm_semaphores_tx[… in udma_i2cm_open()
A Dudma_qspi_driver.c101pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_RX(qspim_id), spi_rx_isr, qspim_semaphores_rx[qspim_id… in udma_qspim_open()
102pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_TX(qspim_id), spi_tx_isr, qspim_semaphores_tx[qspim_id… in udma_qspim_open()
103pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_CMD(qspim_id), spi_cmd_isr, qspim_semaphores_cmd[qspim… in udma_qspim_open()
104pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_EOT(qspim_id), spi_eot_isr, qspim_semaphores_eot[qspim… in udma_qspim_open()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/
A Dhal_fc_event.c62 void pi_fc_event_handler_set(uint32_t event_id, in pi_fc_event_handler_set() function

Completed in 10 milliseconds