Ejemplo n.º 1
0
static void init_pa7_multi()
{
	init_pa7_dsm2() ;
  TIM8->ARR = 22000 ;             // 11mS
  TIM8->CCR2 = 18000 ;            // Update time
	
}
Ejemplo n.º 2
0
void init_dsm2(uint32_t port)
{
  if (port == EXTERNAL_MODULE)
	{
    init_pa7_dsm2() ;
  }
#ifdef PCB9XT
	else
	{
    init_pa10_dsm2() ;
	}
#endif
}
Ejemplo n.º 3
0
void init_dsm2(uint32_t port)
{
  if (port == EXTERNAL_MODULE) {
    init_pa7_dsm2();
  }
}