Home
last modified time | relevance | path

Searched refs:PWM_SEC (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pwm/
Dpwm.h30 #define PWM_SEC(x) (PWM_MSEC(x) * 1000UL) macro
32 #define PWM_HZ(x) (PWM_SEC(1UL) / (x))
/Zephyr-latest/samples/basic/blinky_pwm/src/
Dmain.c19 #define MIN_PERIOD PWM_SEC(1U) / 128U
20 #define MAX_PERIOD PWM_SEC(1U)
/Zephyr-latest/boards/infineon/xmc45_relax_kit/
Dxmc45_relax_kit.dts43 pwms = <&pwm_ccu40 2 PWM_SEC(1) PWM_POLARITY_NORMAL>;
47 pwms = <&pwm_ccu40 3 PWM_SEC(1) PWM_POLARITY_NORMAL>;
/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts42 pwms = <&pwm_ccu80 4 PWM_SEC(1) PWM_POLARITY_NORMAL>;
46 pwms = <&pwm_ccu80 0 PWM_SEC(1) PWM_POLARITY_NORMAL>;
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay21 /* PWM_SEC(1) PWM_USEC(7812) */
Dmec172xevb_assy6906.overlay23 /* PWM_SEC(1) PWM_USEC(7812) */