Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c812 handler.lpspi_master_handler = LPSPI_MasterTransferHandleIRQ;
822 s_lpspiMasterIsr = LPSPI_MasterTransferHandleIRQ;
1522 void LPSPI_MasterTransferHandleIRQ(uint32_t instance, lpspi_master_handle_t *handle) function
Dfsl_lpspi.h1096 void LPSPI_MasterTransferHandleIRQ(uint32_t instance, lpspi_master_handle_t *handle);
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h1142 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle);
Dfsl_lpspi.c868 s_lpspiMasterIsr = LPSPI_MasterTransferHandleIRQ;
1685 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle) function