Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_ambiq.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Ambiq Micro Inc. <www.ambiq.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_DRIVERS_GPIO_GPIO_AMBIQ_H_
8#define ZEPHYR_DRIVERS_GPIO_GPIO_AMBIQ_H_
9
10#include <zephyr/device.h>
11#include <zephyr/drivers/gpio.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* 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