Skip to content

Commit 31463a8

Browse files
LaurentiuM1234mmahadevan108
authored andcommitted
devices: MIMX8UD7: add definition for LPUART_RX_TX_IRQS
Add definition for the `LPUART_RX_TX_IRQS` macro. This is required by the `fsl_lpuart` driver to work. The definition of the macro is just an array of `NotAvail_IRQn` because the HIFI4 DSP doesn't receive interrupts from any of the LPUART instances. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
1 parent 6544455 commit 31463a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcux/mcux-sdk/devices/MIMX8UD7/MIMX8UD7_dsp1.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33615,6 +33615,8 @@ typedef struct {
3361533615
#define LPUART_BASE_ADDRS { LPUART0_BASE, LPUART1_BASE, LPUART2_BASE, LPUART3_BASE, LPUART4_BASE, LPUART5_BASE, LPUART6_BASE, LPUART7_BASE }
3361633616
/** Array initializer of LPUART peripheral base pointers */
3361733617
#define LPUART_BASE_PTRS { LPUART0, LPUART1, LPUART2, LPUART3, LPUART4, LPUART5, LPUART6, LPUART7 }
33618+
/** Interrupt vectors for the LPUART peripheral type */
33619+
#define LPUART_RX_TX_IRQS { NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn }
3361833620

3361933621
/*!
3362033622
* @}

0 commit comments

Comments
 (0)