Hi @yousefdessouki123
You can refer to the S32K1xx_COMMON.h file (where xx corresponds to the specific device variant you are using) when working on a project with RTDs, or the S32K1xx.h file when using a project without SDK support. These files contain the complete enumeration of device‑specific interrupts, including their names and interrupt numbers.
For interrupt handler information, you can consult the corresponding Driver Integration Manual for each peripheral driver. The relevant definitions are typically located in the section titled “ISR to configure within AutosarOS – dependencies”. These manuals can generally be found in locations such as:
C:\NXP\S32DS.3.6.5\S32DS\software\PlatformSDK_S32K1_S32M24\RTD\Adc_TS_T40D2M30I0R0\doc
Please note that the exact directory may differ depending on the specific driver version and the installation path of your S32 Design Studio environment.
BR, VaneB