Beispiel #1
0
void arch_tcuninitialize(void)
{
  /* Shut down the touchscreen driver */

  sim_tcuninitialize();

  /* Close NX */

  nx_close(g_simtc.hnx);
}
Beispiel #2
0
void board_tsc_teardown(void)
{
  /* Shut down the touchscreen driver */

  sim_tcuninitialize();

  /* Close NX */

  nx_close(g_simtc.hnx);
}