Name

timer_init — initializes the timer module.

Synopsis

#include <timer.h>   
void timer_init (void); 
void;
 

Arguments

void

no arguments

Description

Initializes the timer module. Should be invoked before any other function in the timer module is invoked.

Dependencies

The Timer module internally initializes and uses the Systick module.