Hi,
unfortunatelly, the Timerint component on component doesn't provide these function for runtime time change on Kinetis (it's mentioned in the general info page of the component help).
What you can do is to use TimerUnit_LDD instead, which has functions for changing the period - SetPeriodTicks (you need to switch to Advanced view mode to see all methods).
See also Re: How to change a period at runtime
The SetPeriodTicks sets the period in ticks of the timer. If you need compute time from real time unit, you can use constants generated in the component .h file that specify the frequency of the ticks:
like this:
#define TU1_CNT_INP_FREQ_U_0 0x01400000UL /* Counter input frequency in Hz */
#define TU1_CNT_INP_FREQ_R_0 20971395.017196544F /* Counter input frequency in Hz */
Best regards
Petr Hradsky
Processor Expert Support Team