de2_pio_struct.s

来自「开发板原理图 自己可以设计开发板为什么一定要买呢」· S 代码 · 共 12 行

S
12
字号
; ----------------------------------------------; 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 + =
减小字号Ctrl + -
显示快捷键?