| /* |
| * Copyright (c) 2022 Vestas Wind Systems A/S |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ANDESTECH_ATCGPIO100_H_ |
| #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ANDESTECH_ATCGPIO100_H_ |
| |
| /** |
| * @brief Enable GPIO pin debounce. |
| * |
| * The debounce flag is a Zephyr specific extension of the standard GPIO flags |
| * specified by the Linux GPIO binding. Only applicable for Andestech Technology |
| * Corporation ATCGPIO100 SoCs. |
| */ |
| #define ATCGPIO100_GPIO_DEBOUNCE (1U << 8) |
| |
| #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ANDESTECH_ATCGPIO100_H_ */ |