i am using s32ds, RTD version is 4.0.0. mcu is s32k314.
i use timer interrupt by PIT.
1. Is there a register to turn the interrupt timer on and off?
except by PIT function(ex, Pit_Ip_StartChannel, Pit_Ip_StopChannel)
2. i wanna make source code for control interrupt timer except PIT Function.
like (__asm volatile ("cpsid i"), __asm volatile ("cpsie i")). but it is not work. how do i?
thanks to help