Lanner LEC-2010 Manuale Utente Pagina 60

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 65
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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
Vedere la pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65

Commenti su questo manuale

Nessun commento