DolphinV4 API
1.6.1.0
|
Modules | |
TIME structures | |
TIME functions |
The TIME module uses a HW system timer that generates a system tick at a fixed rate of one tick per millisecond. Using this system tick a system scheduler is implemented. Each millisecond the execution of the application is interrupted and the schedule takes over the CPU. The schedule executes and one of the SYSTEM-TASKS.
For more information make sure to read scheduler_page
Because most of the radio routines are called from the schedule when linking TIME module the radio module will be also linked to your application.
The TIME module offers the application the possibility to build it's own SW timers with the precission of 1ms. Using the wait function the application can stop it's execution for a certain ammount of time. The system timer is based on 32bit counter.