- 56 -
Appendix
delay(DELAY_TIME);
/* Watchdog Timer Control Register */
SMB_Byte_WRITE(SMB_PORT_AD,SMB_DEVICE_ADD,0x36,0x72);
}
int WDT_Count(void)
{
int iData;
/* Watchdog Timer Range Register */
iData = SMB_Byte_READ(SMB_PORT_AD,SMB_DEVICE_ADD,0x37);
return iData;
}
void WDT_Clear(int iCount)
{
/* Watchdog Timer Range Register */
SMB_Byte_WRITE(SMB_PORT_AD,SMB_DEVICE_ADD,0x37,iCount);
}
void WDT_Stop(void)
{
/* Watchdog Timer Control Register */
SMB_Byte_WRITE(SMB_PORT_AD,SMB_DEVICE_ADD,0x36,0x52);
}
Summary of Contents for EmETXe-a58M0
Page 1: ...EmETXe a58M0 COM Express Compact Type 6 CPU Module User s Manual Version 1 0 2016 02 ...
Page 2: ...Revision History Version Date Description 1 0 FEB 2016 Initial release ...
Page 9: ... 1 Introduction 1 Chapter 1 Introduction ...
Page 15: ... 7 Board Overview 2 Chapter 2 Board Overview ...
Page 23: ... 15 Installation Maintenance 3 Chapter 3 Installation Maintenance ...
Page 26: ... 18 This page is intentionally left blank ...
Page 27: ... 19 BIOS 4 Chapter 4 BIOS ...
Page 54: ... 46 This page is intentionally left blank ...
Page 55: ... 47 Appendix Appendix ...