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
valuedescription
0Success
1ERROR : Invalid Entry or No resource available.
2ERROR : Invalid Tuner
0xFFFFxxxxxxxx = 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.