
User’s Manual
63
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 * voidSecond_gpio_mode(int port,int mode);
2 *function description:Subcard input and output mode settings
3 *parameter description:
Parameter:port fill in subcard GPIO number, 1or 2
Mode 8 bit of a bit, each bit controls the input and output mode of a GPIO pin,
Bit=1,the corresponding pin is used as the input port.
Bit =0, the corresponding pin is used as an output port.
Note:
The
output
value is
valid only when the pinis in output mode.
4*creation date
:
5*========================================================================*/
/*==========================================================================
2* voidSecond_gpio_output(int port,int level);
2* function description
:
high and low levelsoutput of thesubcard
3*parameter description:
Mode
Bit7
Bit6
Bit5
Bit4
Bit3
Bit2
Bit1
Bit0
GPIO pin
PIN8
PIN7
PIN6
PIN5
PIN4
PIN3
PIN2
PIN1
Содержание SIGM-2650
Страница 1: ...用户手册 User s Manual SIGM 2650 Ver A0 1 Date 2020 06 24 ...
Страница 2: ...User s Manual Version Note No Ver Note Date Writer 1 A0 1 first publish 20200624 Echo Guo ...
Страница 9: ...User s Manual 4 General Information 1 CHAPTER ...
Страница 15: ...User s Manual 10 SIGM 2650 Dimension Unit mm Picture 1 6 SIGM 2650 Dimension ...
Страница 16: ...User s Manual 11 Hardware Installation 2 CHAPTER ...
Страница 33: ...User s Manual 28 Picture 2 22 HDD SSD installation 3 Picture 2 23 HDD SSD installation 4 ...
Страница 36: ...User s Manual 31 Picture 2 28 mSATA installation 3 Picture 2 29 mSATA installation 4 ...
Страница 38: ...User s Manual 33 BIOS Setup CHAPTER 3 ...
Страница 42: ...User s Manual 37 ...
Страница 47: ...User s Manual 42 ...
Страница 55: ...User s Manual 50 LCD Control PCH IO Configuration South Bridge Configuration PCI Express Configuration ...
Страница 57: ...User s Manual 52 USB Configuration ...
Страница 58: ...User s Manual 53 3 2 5 Security menu ...
Страница 61: ...User s Manual 56 3 2 7 Save Exit menu ...
Страница 64: ...User s Manual 59 Driver Installation CHAPTER 4 ...
Страница 67: ...User s Manual 62 SYSTEM RESOURCE CHAPTER 5 ...