
73
ARK-3400 User Manual
Appendix E
P
rogramming
GPIO
; bh=02h
; cl= n ; n means which group of GPIO you want to set
; bl= the n group of gpio config
; bit 0 = gpio 0 , 0 => output pin; 1 => input pin
; bit 1 = gpio 1 , 0 => output pin; 1 => input pin
; .....
; bit 7 = gpio 7 , 0 => output pin; 1 => input pin
; output:
; ax=5E78 ;function success, other value means function fail
;===============================================================
;===============================================================
; Get GPIO status
; Input:
; ax=5E87h
; bh=03h
; cl= n ; n means which group of GPIO you want to get
; output:
; ax=5E78 ;function success, other value means function fail
; bl= the n group of gpio status
; bit 0 = gpio 0 , 0 => Low; 1 => High
; bit 1 = gpio 1 , 0 => Low; 1 => High
; .....
; bit 7 = gpio 7 , 0 => Low; 1 => High
;===============================================================
;===============================================================
; Set GPIO status
; Input:
; ax=5E87h
; bh=04h
; cl= n ; n means which group of GPIO you want to set
; bl= the n group of gpio status
; bit 0 = gpio 0 , 0 => Low; 1 => High
; bit 1 = gpio 1 , 0 => Low; 1 => High
; .....
; bit 7 = gpio 7 , 0 => Low; 1 => High
; output:
; ax=5E78 ;function success, other value means function fail
;===============================================================
Summary of Contents for ARK-3400
Page 1: ...User Manual ARK 3400 Compact Embedded IPC...
Page 8: ...ARK 3400 User Manual viii...
Page 12: ...ARK 3400 User Manual xii...
Page 13: ...Chapter 1 1 General Introduction This chapter gives background information on ARK 3400 series...
Page 18: ...ARK 3400 User Manual 6...
Page 34: ...ARK 3400 User Manual 22...
Page 35: ...Chapter 3 3 BIOS settings This chapter introduces how to set BIOS configuration data...
Page 54: ...ARK 3400 User Manual 42...
Page 55: ...Chapter 4 4 Software Installation...
Page 67: ...Appendix A A Function Settings...
Page 71: ...Appendix B B Display Application...
Page 74: ...ARK 3400 User Manual 62...
Page 75: ...Appendix C C Application Notes...
Page 80: ...ARK 3400 User Manual 68...
Page 81: ...Appendix D D Watchdog Timer...
Page 83: ...Appendix E E Programming GPIO...