DolphinV4 API  1.6.1.0
timer1
Collaboration diagram for timer1:

Modules

 TIMER1 config parameters
 TIMER1 functions

Detailed Description

The TIMER1 module gives an interface to a 16bit HW timer which can be used for custom application purposes.
This module offers:

See the source code and description of the RSSI Example for more information how the PWM works.

Note:
Timer1 callback function will be called from interrupt. As timer1 interrupt belong to the group of interrupt with lowest priority it is possible that the Timer1 callback has to wait till radio, scheduler (timer0), i/o callback or uart interrupt is executed. It is not possible to guaranty a minimum time from triggering any interrupt till execution of the interrupt service routine.