Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pwm_ifx_tcpwm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Infineon Technologies AG,
3 * or an affiliate of Infineon Technologies AG.
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_IFX_TCPWM_H_
9#define ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_IFX_TCPWM_H_
13#define PWM_IFX_SYSCLK_DIV_8_BIT 0
14#define PWM_IFX_SYSCLK_DIV_16_BIT 1
15
22#define PWM_IFX_TCPWM_OUTPUT_HIGHZ 0
23#define PWM_IFX_TCPWM_OUTPUT_RETAIN 1
24#define PWM_IFX_TCPWM_OUTPUT_LOW 2
25#define PWM_IFX_TCPWM_OUTPUT_HIGH 3
26
27#define PWM_IFX_TCPWM_OUTPUT_MASK 0x3
28#define PWM_IFX_TCPWM_OUTPUT_POS 8 /* Place at the end of flags */
29
30#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_IFX_TCPWM_H_ */