Skip to content

Commit a7dc61f

Browse files
Zhiqiang-Hoummahadevan108
authored andcommitted
devices: MIMX9596: add TPM_IRQS definition
Add TPM_IRQS definition for CA55 header. Signed-off-by: Hou Zhiqiang <[email protected]>
1 parent dad9b28 commit a7dc61f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398999,6 +398999,9 @@ typedef struct {
398999398999
/** Array initializer of TPM peripheral base pointers */
399000399000
#define TPM_BASE_PTRS { TPM1, TPM2, TPM3, TPM4, TPM5, TPM6 }
399001399001

399002+
/** Interrupt vectors for the TPM peripheral type */
399003+
#define TPM_IRQS { TPM1_IRQn, TPM2_IRQn, TPM3_IRQn, TPM4_IRQn, TPM5_IRQn, TPM6_IRQn }
399004+
399002399005
/*!
399003399006
* @}
399004399007
*/ /* end of group TPM_Peripheral_Access_Layer */

0 commit comments

Comments
 (0)