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 D | hal_fc_event.h | 53 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 D | udma_uart_driver.c | 90 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 D | udma_cam_driver.c | 171 pi_fc_event_handler_set(SOC_EVENT_UDMA_CAM_RX(cam_id), camISR, cam_semaphore_rx); in cam_open()
|
| A D | udma_i2cm_driver.c | 77 …pi_fc_event_handler_set(SOC_EVENT_UDMA_I2C_RX(i2cm_id), i2cmRXHandler/*NULL*/, i2cm_semaphores_rx[… 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()
|
| A D | udma_qspi_driver.c | 101 …pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_RX(qspim_id), spi_rx_isr, qspim_semaphores_rx[qspim_id… in udma_qspim_open() 102 …pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_TX(qspim_id), spi_tx_isr, qspim_semaphores_tx[qspim_id… in udma_qspim_open() 103 …pi_fc_event_handler_set(SOC_EVENT_UDMA_SPIM_CMD(qspim_id), spi_cmd_isr, qspim_semaphores_cmd[qspim… in udma_qspim_open() 104 …pi_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 D | hal_fc_event.c | 62 void pi_fc_event_handler_set(uint32_t event_id, in pi_fc_event_handler_set() function
|
Completed in 10 milliseconds