 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
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
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
27#define PWM_IFX_TCPWM_OUTPUT_MASK 0x3
28#define PWM_IFX_TCPWM_OUTPUT_POS 8