diff --git a/mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h b/mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h index 3b04bf34e..e15e78f57 100644 --- a/mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h +++ b/mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h @@ -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 */