#include <ctl_api.h> void ctl_start_timer(CTL_ISR_FN_t timerFn);
The ctl_start_timer function starts a periodic timer interrupt that calls the timerFn function.
This function should only be called once.
ctl_start_timer is provided in every implementation of the CrossWorks tasking library.