Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_rpi_pico.c24 #define GPIO_RPI_PINS_PER_PORT 32 macro
127 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_configure()
187 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_get_config()
292 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_pin_interrupt_configure()
399 if (pin >= GPIO_RPI_PINS_PER_PORT) { in gpio_rpi_isr()
404 BIT(pin - GPIO_RPI_PINS_PER_PORT)); in gpio_rpi_isr()