Synopsis
#include <ctl_api.h>
void ctl_start_timer(CTL_ISR_FN_t timerFn);
Description

The ctl_start_timer function starts a periodic timer interrupt that calls the timerFn function.

Restrictions

This function should only be called once.

Portability

ctl_start_timer is provided in every implementation of the CrossWorks tasking library.