Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c735 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferBlocking()
806 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_spi.h256 …bool isPcsAssertInTransfer; /*!< If PCS pin keep assert between transmit and receive. true for ass… member
Dfsl_spi_dma.c478 if (xfer->isPcsAssertInTransfer) in SPI_MasterHalfDuplexTransferDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h376 …bool isPcsAssertInTransfer; /*!< If Pcs pin keep assert between transmit and receive. true for ass… member
Dfsl_dspi.c1294 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferBlocking()
1363 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferNonBlocking()
Dfsl_dspi_edma.c995 if (true == xfer->isPcsAssertInTransfer) in DSPI_MasterHalfDuplexTransferEDMA()