Lanner LEC-2010 Manual do Utilizador Página 60

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 65
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65

Comentários a estes Manuais

Sem comentários