/
usr
/
src
/
linux-headers-5.15.0-190
/
include
/
dt-bindings
/
pwm
/
/usr/src/linux-headers-5.15.0-190/include/dt-bindings/pwm
mkdir
upload
Name
Size
Mode
Actions
pwm.h
394
0644
edit
dl
rm
raspberrypi,firmware-poe-pwm.h
336
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-190/include/dt-bindings/pwm/pwm.h
(394B)
/* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides constants for most PWM bindings. * * Most PWM bindings can include a flags cell as part of the PWM specifier. * In most cases, the format of the flags cell uses the standard values * defined in this header. */ #ifndef _DT_BINDINGS_PWM_PWM_H #define _DT_BINDINGS_PWM_PWM_H #define PWM_POLARITY_INVERTED (1 << 0) #endif
Save
cmd:
run