#include <nitro/wm.h>
u16 WM_GetNextTgid( void );
None.
The first time it is called, it returns a TGID value based on the RTC. After that, it returns the previous return value incremented by 1.
Returns a TGID value that is automatically generated according to the following rules:
RTC_Init
and RTC_GetTime
functions.)
04/11/2005 Initial version.