Skip to content

Commit

Permalink
devices: MIMX9596: add TPM_IRQS definition
Browse files Browse the repository at this point in the history
Add TPM_IRQS definition for CA55 header.

Signed-off-by: Hou Zhiqiang <[email protected]>
  • Loading branch information
Zhiqiang-Hou committed Nov 7, 2024
1 parent 6e7d5cf commit 3cbb180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h
Original file line number Diff line number Diff line change
Expand Up @@ -398999,6 +398999,9 @@ typedef struct {
/** 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 }

/*!
* @}
*/ /* end of group TPM_Peripheral_Access_Layer */
Expand Down

0 comments on commit 3cbb180

Please sign in to comment.