Aaeon IMBA-Q77 Manual de usuario Pagina 83

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 118
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 82
Industrial Motherboard IMBA-Q77
Appendix A Programming the Watchdog Timer A-8
************************************************************************************
// Procedure :
void AaeonWDTEnable (Byte Timer, boolean Unit){
Byte val;
//Super I/O Entry Key
outportb(SIOIndex,0x87);
outportb(SIOIndex,0x87);
// Select Logic Device Number Register
outportb(SIOIndex,0x07);
outportb(SIOData,0x08);
// Setting WDT Operation Mode
outportb(SIOIndex,0xF5);
val = inportb((SIOData);
outportb(SIOIndex,0xF5);
outportb(SIOData, val | Unit << 3 );
// Setting WDT Counter
outportb(SIOIndex,0xF6);
outportb(SIOData,Timer);
}
************************************************************************************
Vista de pagina 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 117 118

Comentarios a estos manuales

Sin comentarios