Searched refs:GPIO_PARAMx (Results 1 – 1 of 1) sorted by relevance
85 static struct am33xx_gpio_irq_param GPIO_PARAMx[sizeof(GPIO_BASE) / sizeof(GPIO_BASE[0])]; variable189 struct am33xx_pin_irq_hdr *irq_hdr = &GPIO_PARAMx[gpiox].hdr_tab[pinNumber]; in am33xx_pin_attach_irq()281 struct am33xx_pin_irq_hdr *irq_hdr = &GPIO_PARAMx[gpiox].hdr_tab[pinNumber]; in am33xx_pin_detach_irq()366 rt_hw_interrupt_install(vector, GPIO_ISRx[gpiox], &GPIO_PARAMx[gpiox], name); in rt_hw_gpio_init()
Completed in 4 milliseconds