TAP_Timer_Add
Topfield Documentation
int TAP_Timer_Add(TYPE_TimerInfo *info);
It adds a timer.
- info : information of the timer to be added.
return value
value | description |
---|
0 | Success |
1 | ERROR : Invalid Entry or No resource available. |
2 | ERROR : Invalid Tuner |
0xFFFFxxxx | xxxx = There is conflict with the xxxx Timer. |
Additional Information
The clashing timers that have caused a failure to add this timer are encoded in the two low order bytes of the return value - i.e. if the function returns 0xFFFFabcd, the clashing times numbers are 0xab and 0xcd. See this
link on www.toppy.org.uk.