Skip to content

Commit

Permalink
mcux-sdk: devices: MIMX9596: add TPM IRQ definitions
Browse files Browse the repository at this point in the history
The changes were from MCUX SDK:
b15b90cb3 devices: MIMX9596: add TPM IRQ definitions

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
  • Loading branch information
yangbolu1991 authored and mmahadevan108 committed Sep 26, 2024
1 parent adfa0bb commit 9702923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcux/mcux-sdk/devices/MIMX9596/MIMX9596_cm7.h
Original file line number Diff line number Diff line change
Expand Up @@ -398937,6 +398937,8 @@ typedef struct {
#define TPM_BASE_ADDRS { TPM1_BASE, TPM2_BASE, TPM3_BASE, TPM4_BASE, TPM5_BASE, TPM6_BASE }
/** Array initializer of TPM peripheral base pointers */
#define TPM_BASE_PTRS { TPM1, TPM2, TPM3, TPM4, TPM5, TPM6 }
/** Interrupt vectors for the TPM peripheral type */
#define TPM_IRQS { TPM1_IRQn, TPM2_IRQn, TPM3_IRQn, TPM4_IRQn, TPM5_IRQn, TPM6_IRQn }

/*!
* @}
Expand Down

0 comments on commit 9702923

Please sign in to comment.