Home
last modified time | relevance | path

Searched refs:LPSPI_SlaveTransferGetCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h1168 status_t LPSPI_SlaveTransferGetCount(LPSPI_Type *base, lpspi_slave_handle_t *handle, size_t *count);
Dfsl_lpspi.c2027 status_t LPSPI_SlaveTransferGetCount(LPSPI_Type *base, lpspi_slave_handle_t *handle, size_t *count) function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c544 …return HAL_SpiGetStatus(LPSPI_SlaveTransferGetCount((LPSPI_Type *)s_spiBases[slaveHandle->instance… in HAL_SpiSlaveTransferGetCount()