Home
last modified time | relevance | path

Searched refs:kDSI_TransferPerformBTA (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_mipi_dsi.c795 if (0U != (flags & (uint8_t)kDSI_TransferPerformBTA)) in DSI_SetApbPacketControl()
901 xfer->flags |= (uint8_t)kDSI_TransferPerformBTA; in DSI_PrepareApbTransfer()
1084 if (0U != (xfer->flags & (uint32_t)kDSI_TransferPerformBTA)) in DSI_HandleResult()
1202 if (0U != (handle->xfer.flags & (uint32_t)kDSI_TransferPerformBTA)) in DSI_TransferNonBlocking()
Dfsl_mipi_dsi.h317 kDSI_TransferPerformBTA = (1U << 1U), /*!< Perform BTA or not. */ enumerator