Home
last modified time | relevance | path

Searched refs:SPI_MasterTransferGetCount (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h622 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
683 return SPI_MasterTransferGetCount(base, handle, count); in SPI_SlaveTransferGetCount()
Dfsl_spi.c1154 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() function
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h589 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
651 return SPI_MasterTransferGetCount(base, (spi_master_handle_t *)handle, count); in SPI_SlaveTransferGetCount()
Dfsl_spi.c786 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() function
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h655 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
723 return SPI_MasterTransferGetCount(base, (spi_master_handle_t *)handle, count); in SPI_SlaveTransferGetCount()
Dfsl_spi.c849 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c252 … return HAL_SpiGetStatus(SPI_MasterTransferGetCount((SPI_Type *)s_spiBases[masterHandle->instance], in HAL_SpiMasterTransferGetCount()
Dfsl_adapter_spi.c252 … return HAL_SpiGetStatus(SPI_MasterTransferGetCount((SPI_Type *)s_spiBases[masterHandle->instance], in HAL_SpiMasterTransferGetCount()