Lanner LEC-2010 Manual de usuario Pagina 60

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 65
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 59
LEC-2010 Fanless Embedded System Users Manual
60
int write_w83627_reg(int LDN, int reg, int value)
{
outportb(INDEX_PORT, 0x07); //LDN register
delay(1);
outportb(DATA_PORT, LDN);
delay(1);
outportb(INDEX_PORT, reg);
delay(1);
outportb(DATA_PORT, value);
return 0;
}
Note: The watchdog function is from the WINBODN 83627UHG.. Lanner provides sample codes in the
Manual/ Driver CD under the path: LEC-2010 Driver / LEC-2010 Utility/WatchDog
Vista de pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65

Comentarios a estos manuales

Sin comentarios