Aaeon EMB-A70M Manuale Utente Pagina 66

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 92
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 65
Mini-ITX EMB-A70M
Appendix A Programming the Watchdog Timer A-7
************************************************************************************
VOID
SIOBitSet(byteLDN,byteRegister ,byteBitNum,byteValue){
ByteTmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte
LDN);
IOWriteByte(SIOIndex,Register);
TmpValue=IOReadByte(SIOData);
TmpValue&=~(1<<BitNum);
TmpValue|=(Value<<BitNum);
IOWriteByte(SIOData,TmpValue);
SIOExitMBPnPMode();
}
VOID
SIOByteSet(byteLDN,byteRegister,byteValue){
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex,Register);
IOWriteByte(SIOData,
Value);
SIOExitMBPnPMode();
}
************************************************************************************
Vedere la pagina 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 91 92

Commenti su questo manuale

Nessun commento