Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h256 …bool isPcsAssertInTransfer; /*!< If PCS pin keep assert between transmit and receive. true for ass… member
Dfsl_spi.c734 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferBlocking()
805 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_spi_dma.c435 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h353 …bool isPcsAssertInTransfer; /*!< If Pcs pin keep assert between transmit and receive. true for ass… member
Dfsl_dspi.c1280 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferBlocking()
1349 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_dspi_edma.c974 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferEDMA()