Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
renesas_rz_pwm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024-2025 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RENESAS_RZ_PWM_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_RENESAS_RZ_PWM_H_
8
9/* RZ PWM GPT IO */
10#define RZ_PWM_GPT_IO_A 0
11#define RZ_PWM_GPT_IO_B 1
12
13/* RZ PWM MTU IO */
14#define RZ_PWM_MTIOCxA 0
15#define RZ_PWM_MTIOCxB 1
16
17#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_RENESAS_RZ_PWM_H_ */