I want to use a function to clear flag interrupt for PIT module like: static inline void Pit_Ip_ClearInterruptFlag(uint8 instance, uint8 channel), but it define in .c file. And I see Pit_Ip_StopChannel function can use Pit_Ip_ClearInterruptFlag but it stop timer also. I only want to clear flag interrupt, How can I do that