I'm migrating from K1( with S32SDK_S32K1xx_RTM_3.0.0) to K3(with SW32K3_RTD_4.4_1.0.0).
I see "interrupt_manager.h" in K1 is same as "IntCtrl_Ip.h" in K3, functions:
INT_SYS_SetPriority = IntCtrl_Ip_SetPriority
INT_SYS_InstallHandler = IntCtrl_Ip_InstallHandler
....
but, INT_SYS_EnableIRQGlobal, INT_SYS_DisableIRQGlobal functions I can't see any functions in K3 is the same. Who can help me do this ?