summaryrefslogtreecommitdiff
path: root/software/first/gpio.inc
blob: 9617fdbcc08b997551c85865131ce777be1fafbf (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