Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_sdma.c346 ECSPI_SetChannelSelect(base, xfer->channel); in ECSPI_MasterTransferSDMA()
417 ECSPI_SetChannelSelect(base, xfer->channel); in ECSPI_SlaveTransferSDMA()
Dfsl_ecspi.c670 ECSPI_SetChannelSelect(base, xfer->channel); in ECSPI_MasterTransferBlocking()
754 ECSPI_SetChannelSelect(base, xfer->channel); in ECSPI_MasterTransferNonBlocking()
Dfsl_ecspi.h524 static inline void ECSPI_SetChannelSelect(ECSPI_Type *base, ecspi_channel_source_t channel) in ECSPI_SetChannelSelect() function