summaryrefslogtreecommitdiff
path: root/software/first/gpio.inc
blob: 37caeba72f28a74d7084f2380bc6d0c67129eda3 (plain)
1
2
3
4
5
6
7
8
.equ GPIO_OUTPUT_EN,  0x08
.equ GPIO_OUTPUT_VAL, 0x0C
.equ GPIO_OUTPUT_XOR, 0x40

.equ  GPIO_RGB_PINS,  0x680000
.equ  GPIO_RED_LED,   0x400000
.equ  GPIO_BLUE_LED,   0x200000
.equ  GPIO_GREEN_LED,  0x080000