7#ifndef ZEPHYR_DRIVERS_GPIO_GPIO_AMBIQ_H_
8#define ZEPHYR_DRIVERS_GPIO_GPIO_AMBIQ_H_
Public APIs for GPIO drivers.
gpio_pin_t ambiq_gpio_get_pinnum(const struct device *dev, gpio_pin_t pin)
Get the actual gpio pin number.
uint8_t gpio_pin_t
Provides a type to hold a GPIO pin index.
Definition gpio.h:255
Runtime device structure (in ROM) per driver instance.
Definition device.h:504