User’s Manual
57
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*========================================================================*/
/*==========================================================================
1
* void MB_gpio_output(WORD port,BYTE value);
2 * function description: high and low levels output of the motherboard
3 * parameter description:
Parameter: port fill in motherboard GPIO number which is designed by factory
Value 8 bit of a Byte, each bit controls a GPIO pin output value,
Return value
Bit7
Bit6
Bit5
Bit4
Bit3
Bit2
Bit1
Bit0
GPIO pin
PIN8
PIN7
PIN6
PIN5
PIN4
PIN3
PIN2
PIN1
Содержание KGEC-6310
Страница 1: ...用户手册 User s Manual KGEC 6310 Ver A0 1 Date 2020 10 22 ...
Страница 2: ...User s Manual Version Note No Ver Note Date Writer 1 A0 1 first publish 20201022 Echo Guo ...
Страница 9: ...User s Manual 4 General Information 1 CHAPTER ...
Страница 15: ...User s Manual 10 ECB 256 Front Picture 1 3 ECB 256 front ECB 256 Rear Picture 1 4 ECB 256 rear ...
Страница 17: ...User s Manual 12 KGEC 6310 Dimension Unit mm Picture 1 7 KGEC 6310 Dimension ...
Страница 18: ...User s Manual 13 Hardware Installation 2 CHAPTER ...
Страница 32: ...User s Manual 27 Picture 2 24 Mini PCIe installation 1 Picture 2 25 Mini PCIe installation 2 ...
Страница 35: ...User s Manual 30 BIOS Setup CHAPTER 3 ...
Страница 42: ...User s Manual 37 ...
Страница 58: ...User s Manual 53 Driver Installation CHAPTER 4 ...
Страница 61: ...User s Manual 56 SYSTEM RESOURCE CHAPTER 5 ...