Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.h1086 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle);
Dfsl_lpspi.c1490 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle) function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h1132 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle);
Dfsl_lpspi.c1662 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle) function
/hal_nxp-latest/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c444LPSPI_MasterTransferAbort((LPSPI_Type *)s_spiBases[masterHandle->instance], &masterHandle->hardwar… in HAL_SpiMasterTransferAbort()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c1227 LPSPI_MasterTransferAbort(lpspi->resource->base, &(lpspi->handle->masterHandle)); in LPSPI_InterruptControl()