Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/drivers/
Dfsl_sc_event.c199 sc_event_handler_t handler; in SCEvent_Deinit() local
276 …sc_event_handler_t handler = (sc_event_handler_t)SCEvent_Pool_Alloc(sizeof(sc_event_handler_buf_t)… in SCEvent_RegisterEventHandler() local
300 void SCEvent_UnregisterEventHandler(sc_event_handler_t handler) in SCEvent_UnregisterEventHandler()
320 sc_event_handler_t handler; in SCEvent_Process() local
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.c1077 QueueHandle_t handler = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)msgqHandle); in OSA_MsgQPut() local
1116 QueueHandle_t handler = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)msgqHandle); in OSA_MsgQGet() local
1148 QueueHandle_t handler; in OSA_MsgQAvailableMsgs() local
1164 QueueHandle_t handler = (QueueHandle_t)(void *)(uint32_t *)(*(uint32_t *)msgqHandle); in OSA_MsgQDestroy() local
Dfsl_os_abstraction_bm.c393 task_handler_t handler = (task_handler_t)taskHandle; in OSA_TaskGetPriority() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.c845 i2c_to_flexcomm_t handler; in I2C_MasterTransferCreateHandle() local
1880 i2c_to_flexcomm_t handler; in I2C_SlaveTransferCreateHandle() local
Dfsl_i2c_dma.c502 i2c_dma_to_flexcomm_t handler; in I2C_MasterTransferCreateHandleDMA() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c801 lpspi_to_lpflexcomm_t handler; local
1663 lpspi_to_lpflexcomm_t handler; local
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c698 eventHandler handler = s_BOARDEventHandler[event]; in BOARDInvokeHandler() local
737 void BOARD_RegisterEventHandler(sc_event_type_t event, eventHandler handler, void *param) in BOARD_RegisterEventHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c1077 lpi2c_to_lpflexcomm_t handler; in LPI2C_MasterTransferCreateHandle() local
2046 lpi2c_to_lpflexcomm_t handler; in LPI2C_SlaveTransferCreateHandle() local
Dfsl_lpi2c_edma.c140 lpi2c_to_lpflexcomm_edma_t handler; in LPI2C_MasterCreateEDMAHandle() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c157 usart_dma_to_flexcomm_t handler; in USART_TransferCreateHandleDMA() local
Dfsl_usart.c777 usart_to_flexcomm_t handler; in USART_TransferCreateHandle() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_edma.c148 lpuart_to_lpflexcomm_edma_t handler; in LPUART_TransferCreateHandleEDMA() local
Dfsl_lpuart.c1409 lpuart_to_lpflexcomm_t handler; in LPUART_TransferCreateHandle() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpflexcomm.c193 lpflexcomm_irq_handler_t handler, in LP_FLEXCOMM_SetIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/
Dfsl_flexcomm.c149 void FLEXCOMM_SetIRQHandler(void *base, flexcomm_irq_handler_t handler, void *flexcommHandle) in FLEXCOMM_SetIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c482 spi_to_flexcomm_t handler; in SPI_MasterTransferCreateHandle() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/
Dfsl_lcdic.c1277 …IC_TransferInstallIRQHandler(uint32_t instance, void *handle, lcdic_transfer_irq_handler_t handler) in LCDIC_TransferInstallIRQHandler()