-
Notifications
You must be signed in to change notification settings - Fork 2
Constants
Andreas Gwilt edited this page Oct 30, 2015
·
10 revisions
-
GPIO_BASE: The base address of the GPIO registers -
GPSET0: The Base address for setting pin outputs -
GPCLR0: The Base address for clearing pin outputs
-
LED_ACT: Alias forLED_OK -
LED_OK: The pin controlling the OK LED -
LED_PWR: The pin controlling the PWR LED -
GPIO_MAX_PIN: The highest pin number
-
GPIO_HIGH: The value to switch on the pin (1 on B+, 0 on B) -
GPIO_LOW: The value to switch off the pin (0 on B+, 1 on B) -
GPIO_IN: The value for setting a pin to input mode (000) -
GPIO_OUT: The value for setting a pin to output mode (001)
-
ST_BASE: System Timer base address -
ST_CS: System Timer Control/Status (=ST_BASE) -
ST_CL: System Timer Counter (alsoST_CL0, lower bits) -
ST_CL1: Counter, higher bits -
ST_Cn,: System Timer Compare n (n is 0 to 3)
Wiki: Home | Constants | Functions Other: Repository