?? de2_pio_struct.s
字號:
; ----------------------------------------------; PIO Peripheral; ; ; PIO Registers ; .equ np_DE2_piodata, 0 ; read/write, up to 32 bits .equ np_DE2_piodirection, 1 ; write/readable, up to 32 bits, 1->output bit .equ np_DE2_piointerruptmask, 2 ; write/readable, up to 32 bits, 1->enable interrupt .equ np_de2_pioedgecapture, 3 ; read, up to 32 bits, cleared by any write.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -