Searched refs:PA_BASE (Results 1 – 6 of 6) sorted by relevance
41 #define PA_BASE 0 macro58 #define GPIOA(n) (PA_BASE + (n))138 ((pin-PA_BASE)/PINS_PER_BANK - irq_bank)
71 .pin_base = PA_BASE,
178 GPIO_T *port = (GPIO_T *)(PA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_analog()190 GPIO_T *port = (GPIO_T *)(PA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_digital()
77 .pin_base = PA_BASE,
79 .pin_base = PA_BASE,
137 PORT = (GPIO_T *)(PA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_mode()273 PORT = (GPIO_T *)(PA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_irq_enable()
Completed in 15 milliseconds