Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
pwm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Vestas Wind Systems A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_H_
8
17#define PWM_POLARITY_NORMAL (0 << 0)
18
20#define PWM_POLARITY_INVERTED (1 << 0)
21
23#define PWM_POLARITY_MASK 0x1
27#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_H_ */