Aaeon IMBA-Q77 Manual de usuario Pagina 82

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 118
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 81
Industrial Motherboard IMBA-Q77
Appendix A Programming the Watchdog Timer A-7
************************************************************************************
// Procedure : AaeonWDTConfig
void AaeonWDTConfig (void){
Byte val;
//Super I/O Entry Key
outportb(SIOIndex,0x87);
outportb(SIOIndex,0x87);
//Setting WDT Pin.
outportb(SIOIndex,0x2D);
val = inportb((SIOData);
outportb(SIOIndex,0x2D);
outportb(SIOData,val & 0xFE);
// Enable WatchDog function
outportb(SIOIndex,0x07);
outportb(SIOData,0x08);
outportb(SIOIndex,0x30);
outportb(SIOData, 0x01);
}
**********************************************************************************
**
Vista de pagina 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 117 118

Comentarios a estos manuales

Sin comentarios