Home
last modified time | relevance | path

Searched refs:gpio_lpc11u6x_shared (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_lpc11u6x.c82 struct gpio_lpc11u6x_shared { struct
93 const struct gpio_lpc11u6x_shared *shared; argument
269 pintsel_attach(const struct gpio_lpc11u6x_shared *shared, uint8_t intpin) in pintsel_attach()
305 pintsel_detach(const struct gpio_lpc11u6x_shared *shared, uint8_t intpin) in pintsel_detach()
425 struct gpio_lpc11u6x_shared *shared = in gpio_lpc11u6x_isr()
426 (struct gpio_lpc11u6x_shared *)arg; in gpio_lpc11u6x_isr()
502 static const struct gpio_lpc11u6x_shared gpio_lpc11u6x_shared = { variable
514 gpio_lpc11u6x_isr, &gpio_lpc11u6x_shared, 0); \
575 .shared = &gpio_lpc11u6x_shared, \