User’s Manual
62
5.1.2 GPIO
/* ======================================================================
1 * BYTE I715_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 the 8 bit corresponding to the level state of a GPIO
pin.
parameter
:
Port Fill in the motherboard GPIO port, which is a fixed value designed by the manufacturer
4 * creation date
:
5 *
======================================================================*/
BYTE I715_MB_gpio_input(WORD port);
/* ======================================================================
1
* void I715_MB_gpio_output(WORD port, BYTE value);
2
* function description
:
high and low level output of the motherboard
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-2702
Page 1: ...User s Manual 1 User s Manual KMDA 2702 Ver A1 0 Date 15 October 2018 ...
Page 2: ...User s Manual 2 Version Note No Ver Note Date Writer 1 A1 0 first publish 20180815 Tracy Liu ...
Page 8: ...User s Manual 1 General Information CHAPTER 1 ...
Page 12: ...User s Manual 5 Main board rear Figure 1 1 Sub board ECB 153 Figure 1 2 ...
Page 13: ...User s Manual 6 Sub card ECD 7150 Figure 1 3 KMDA 2702 Dimensions Uint mm Figure 1 4 ...
Page 14: ...User s Manual 7 Hardware Installation CHAPTER 2 ...
Page 31: ...User s Manual 24 Figure 2 28 Figure 2 29 Figure 2 30 ...
Page 32: ...User s Manual 25 Figure 2 31 Figure 2 32 Figure 2 33 ...
Page 33: ...User s Manual 26 Figure 2 34 Figure 2 35 Figure 2 36 ...
Page 35: ...User s Manual 28 Figure 2 39 Figure 2 40 Figure 2 41 ...
Page 36: ...User s Manual 29 Figure 2 42 Figure 2 43 Figure 2 44 ...
Page 38: ...User s Manual 31 Figure 2 47 Figure 2 48 Figure 2 49 ...
Page 39: ...User s Manual 32 Figure 2 50 Figure 2 51 Figure 2 52 ...
Page 41: ...User s Manual 34 BIOS Setup CHAPTER 3 ...
Page 61: ...User s Manual 54 Driver Installation CHAPTER 4 ...