Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c1478 LPSPI_EnableInterrupts(base, (uint32_t)kLPSPI_RxInterruptEnable);
1660 LPSPI_DisableInterrupts(base, (uint32_t)kLPSPI_RxInterruptEnable);
1695 LPSPI_EnableInterrupts(base, (uint32_t)kLPSPI_RxInterruptEnable);
1757 …I_DisableInterrupts(base, (uint32_t)kLPSPI_TxInterruptEnable | (uint32_t)kLPSPI_RxInterruptEnable);
1943 …LPSPI_EnableInterrupts(base, (uint32_t)kLPSPI_RxInterruptEnable | (uint32_t)kLPSPI_ReceiveErrorInt…
2072 …I_DisableInterrupts(base, (uint32_t)kLPSPI_TxInterruptEnable | (uint32_t)kLPSPI_RxInterruptEnable);
2165 …I_DisableInterrupts(base, (uint32_t)kLPSPI_TxInterruptEnable | (uint32_t)kLPSPI_RxInterruptEnable);
Dfsl_lpspi.h72kLPSPI_RxInterruptEnable = LPSPI_IER_RDIE_MASK, /*!< Receive data interrupt enable */ enumerator