Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c29 #ifndef HAL_SPI_ISR_PRIORITY
30 #define HAL_SPI_ISR_PRIORITY (25U) macro
34 #ifndef HAL_SPI_ISR_PRIORITY
35 #define HAL_SPI_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
42 #ifndef HAL_SPI_ISR_PRIORITY
43 #define HAL_SPI_ISR_PRIORITY (3U) macro
637 …etPriority(s_edmaIRQNumbers[dmaConfig->dma_instance][dmaConfig->tx_channel], HAL_SPI_ISR_PRIORITY); in HAL_SpiSlaveDMAInit()
638 …etPriority(s_edmaIRQNumbers[dmaConfig->dma_instance][dmaConfig->rx_channel], HAL_SPI_ISR_PRIORITY); in HAL_SpiSlaveDMAInit()
725 …etPriority(s_edmaIRQNumbers[dmaConfig->dma_instance][dmaConfig->tx_channel], HAL_SPI_ISR_PRIORITY); in HAL_SpiMasterDMAInit()
726 …etPriority(s_edmaIRQNumbers[dmaConfig->dma_instance][dmaConfig->rx_channel], HAL_SPI_ISR_PRIORITY); in HAL_SpiMasterDMAInit()