Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_spi.c730 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferBlocking()
801 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_spi.h244 …bool isPcsAssertInTransfer; /*!< If PCS pin keep assert between transmit and receive. true for ass… member
Dfsl_spi_dma.c439 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferDMA()
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_spi.c730 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferBlocking()
801 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_spi.h244 …bool isPcsAssertInTransfer; /*!< If PCS pin keep assert between transmit and receive. true for ass… member
Dfsl_spi_dma.c439 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferDMA()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
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.c973 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferEDMA()