Hello,
i have a working code which uses
CMP_INT and TMR1_INT.

I want when TMR1_INT event triggered ,
to change the period (or Frequency as entered) and reload the TMR1 with a new value.

Is this possible to put mutiple instances of e.g.

@Freq = 416 ; Frequency of Interrupts in Hz 416Hz

??

Thank you.