Exemple #1
0
void _gtimerInit(void)
{
	gfxSemInit(&waitsem, 0, 1);
	gfxMutexInit(&mutex);
	ticks2ms = gfxMillisecondsToTicks(1);
}
Exemple #2
0
	void _gwmInit(void)	{
		gfxMutexInit(&gmutex);
	}
Exemple #3
0
void _gosInit(void)
{
	/* No initialization of the operating system itself is needed */
	gfxMutexInit(&SystemMutex);
}
Exemple #4
0
void _geventInit(void)
{
	gfxMutexInit(&geventMutex);
}