User’s Manual
66
5.1 WDT and GPIO
/* ======================================================================
1 * void jhctech_init();
2 * function description: library initialization, This function must be called before calling other
functions
3 * parameter description
:
4 * creation date
:
5*======================================================================*/
/* ======================================================================
1 * void jhctech_init();
2 * function description: library release, Pair with jhctech_init, release the library's occupied resources
when not needed
3 * parameter description
:
4 * creation date
:
5* ======================================================================*/
/*==========================================================================
1 * BYTE MB_gpio_input(WORD port)
2 * function description: read the motherboard GPIO input level
3 * parameter description:
Return value
:
return a byte (8 bit), each bit of 8 bit corresponding to the level state of a GPIO pin
Parameter: port fill in motherboard GPIO number which is designed by factory
Note:
4 * creation date
:
5*========================================================================*/
Return value Bit7
Bit6
Bit5
Bit4
Bit3
Bit2
Bit1
Bit0
GPIO pin
PIN8
PIN7
PIN6
PIN5
PIN4
PIN3
PIN2
PIN1
Summary of Contents for KMDA-3201
Page 1: ...User s Manual User s Manual KMDA 3201 Ver A1 0 Date 20 November 2018 ...
Page 2: ...User s Manual Version Note No Ver Note Date Writer 1 A1 0 first publish 20181120 Tracy Liu ...
Page 8: ...User s Manual 1 General Information CHAPTER 1 ...
Page 13: ...User s Manual 6 Main Board Rear STX I902 Figure 1 2 Sub card ECB 148 Figure 1 3 ...
Page 14: ...User s Manual 7 KMDA 3201 Dimension Unit mm Figure 1 4 ...
Page 15: ...User s Manual 8 Hardware Installation CHAPTER 2 ...
Page 29: ...User s Manual 22 ...
Page 30: ...User s Manual 23 ...
Page 38: ...User s Manual 31 BIOS Setup CHAPTER 3 ...
Page 46: ...User s Manual 39 ...
Page 51: ...User s Manual 44 ...
Page 60: ...User s Manual 53 PCI Express Configuration ...
Page 62: ...User s Manual 55 SCS Configuration ...
Page 68: ...User s Manual 61 Driver Installation CHAPTER 4 ...