User’s Manual
53
/*======================================================================
1 * int I715_2nd_gpio_input(int port);
2 * function description
:
read the motherboard GPIO input level
3 * parameter description
:
Return value
:
return a byte (8 bit), each bit of the 8 bit corresponding to the level state of a
GPIO pin
Value=1, means high level
Value=0, means low level
parameter
:
port fill in subcard GPIO number, 1 or 2
descripiton
:
The read value is valid only when the pin is in input mode
4 * creation date
:
5 *
======================================================================*/
int I715_2nd_gpio_input(int port);
Return value
Bit7
Bit6
Bit5
Bit4
Bit3
Bit2
Bit1
Bit0
GPIO pin
PIN8
PIN7
PIN6
PIN5
PIN4
PIN3
PIN2
PIN1
Содержание WPPC-H1580T
Страница 1: ...User s Manual WPPC H1780T WPPC H1580T User s Manual Ver A0 1 Date 29 Oct 2020 ...
Страница 2: ...User s Manual Version Note No Ver Note Date Writer 1 A0 1 first publish 20201029 Echo ...
Страница 8: ...User s Manual 1 General Information CHAPTER 1 ...
Страница 14: ...User s Manual 7 Hardware Installation CHAPTER 2 ...
Страница 25: ...User s Manual 18 BIOS Setup CHAPTER 3 ...
Страница 48: ...User s Manual 41 Driver Installation CHAPTER 4 ...
Страница 54: ...User s Manual 47 SYSTEM RESOURCE CHAPTER 5 ...