- 53 -
Appendix
}
void WDT_Stop(void)
{
outportb(0x66,0xBB);
/* Disable Watch Dog */
}
void WDT_Clear(void)
{
outportb(0x66,0xBA);
/* Enable Watch Dog */
delay(2000);
outportb(0x62, WDTCount);
/* Number is Watch Dog Down count
number */
delay(2000);
outportb(0x62, 0x00);
/* Minute is 1 count unit by minute */
/* Minute is 0 count unit by second */}
Содержание EmETXe-i92U0
Страница 1: ...EmETXe i92U0 COM Express Compact Type 6 CPU Module User s Manual Version 1 0 2022 07 ...
Страница 2: ...Revision History Version Date Description 1 0 2022 07 Initial release ...
Страница 9: ... 1 Introduction 1 Chapter 1 Introduction ...
Страница 14: ... 6 This page is intentionally left blank ...
Страница 15: ... 7 Board Overview 2 Chapter 2 Board Overview ...
Страница 23: ... 15 Installation Maintenance 3 Chapter 3 Installation Maintenance ...
Страница 26: ... 18 This page is intentionally left blank ...
Страница 27: ... 19 BIOS 4 Chapter 4 BIOS ...
Страница 36: ... 28 BIOS 4 2 6 Hardware Monitor Access this submenu to monitor the hardware status ...
Страница 47: ... 39 BIOS 4 2 12 NVMe Configuration Access this submenu to view the NVMe controller and driver information ...
Страница 58: ... 50 This page is intentionally left blank ...
Страница 59: ... 51 Appendix Appendix ...