Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
renesas-rza2m-gpio.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Renesas Electronics Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZA2M_GPIO_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZA2M_GPIO_H_
8
19#define RZA2M_GPIO_DRIVE_NORMAL (0U << 8U)
21#define RZA2M_GPIO_DRIVE_HIGH (1U << 8U)
22
23#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZA2M_GPIO_H_ */