Esempio n. 1
0
Void dprint_callback (Uint32 EventNo, Ptr arg, Ptr a_Info) 
{ 
  // acknowledge gpp is done with reading the print-buffer: 
  SEM_postBinary (dprint_sema); 
} 
Esempio n. 2
0
void SWI_LEDToggle(void)	//DSPBIOS -> Periodic Function (1s)
{
	//LOG_printf(&myLog, "SWI_ledtoggle");
	SEM_postBinary(&SEM_LEDToggle);
}
Esempio n. 3
0
/* Periodic Function */
void SWI_LEDToggle(void)
{
	SEM_postBinary(&SEM_LEDToggle);	
}