Skip to content

Commit 9702923

Browse files
yangbolu1991mmahadevan108
authored andcommitted
mcux-sdk: devices: MIMX9596: add TPM IRQ definitions
The changes were from MCUX SDK: b15b90cb3 devices: MIMX9596: add TPM IRQ definitions Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
1 parent adfa0bb commit 9702923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcux/mcux-sdk/devices/MIMX9596/MIMX9596_cm7.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398937,6 +398937,8 @@ typedef struct {
398937398937
#define TPM_BASE_ADDRS { TPM1_BASE, TPM2_BASE, TPM3_BASE, TPM4_BASE, TPM5_BASE, TPM6_BASE }
398938398938
/** Array initializer of TPM peripheral base pointers */
398939398939
#define TPM_BASE_PTRS { TPM1, TPM2, TPM3, TPM4, TPM5, TPM6 }
398940+
/** Interrupt vectors for the TPM peripheral type */
398941+
#define TPM_IRQS { TPM1_IRQn, TPM2_IRQn, TPM3_IRQn, TPM4_IRQn, TPM5_IRQn, TPM6_IRQn }
398940398942

398941398943
/*!
398942398944
* @}

0 commit comments

Comments
 (0)