Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_qspi.h133 kQSPI_TxBufferFull = QuadSPI_SR_TXFULL_MASK, /*!< Tx buffer full flag */ enumerator
Dfsl_qspi.c515 while (0U != (QSPI_GetStatusFlags(base) & (uint32_t)kQSPI_TxBufferFull)) in QSPI_WriteBlocking()