Home
last modified time | relevance | path

Searched full:pwm2 (Results 1 – 25 of 116) sorted by relevance

12345

/Zephyr-latest/samples/basic/blinky_pwm/boards/
Dnucleo_l476rg.overlay14 pwms = <&pwm2 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
24 &pwm2 {
Dnucleo_f091rc.overlay11 &pwm2 {
Dnucleo_l073rz.overlay11 &pwm2 {
/Zephyr-latest/samples/drivers/led/pwm/boards/
Ddisco_l475_iot1.overlay20 pwm2: pwm {
21 /* Change the pin used for PWM2 channel 1 */
Dnucleo_f091rc.overlay19 &pwm2 {
Dnucleo_l073rz.overlay19 &pwm2 {
/Zephyr-latest/samples/basic/blinky_pwm/
DREADME.rst45 - connect PWM2 (PA0) to an LED
47 - connect PWM2 (PA0) to an LED
49 - connect PWM2 (PA0) to an LED
51 - connect PWM2 (PA0) to an LED
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/
Dnucleo_wba52cg.overlay12 pwms = <&pwm2 1 0 PWM_POLARITY_NORMAL>,
20 pwm2: pwm {
Dnucleo_h743zi.overlay13 pwms = <&pwm2 4 0 PWM_POLARITY_NORMAL>,
21 pwm2: pwm {
Ddisco_l475_iot1.overlay13 pwms = <&pwm2 1 0 PWM_POLARITY_NORMAL>,
21 pwm2: pwm {
Dstm32h573i_dk.overlay11 pwms = <&pwm2 4 0 PWM_POLARITY_NORMAL>,
Dnucleo_f103rb.overlay14 <&pwm2 2 0 PWM_POLARITY_NORMAL>;
/Zephyr-latest/boards/st/nucleo_l073rz/
Dnucleo_l073rz.dts45 /* NOTE: disabled by default, PWM2 conflicts with SPI1 */
49 pwms = <&pwm2 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
162 pwm2: pwm { label
163 /* NOTE: disabled by default, PWM2 conflicts with SPI1 */
/Zephyr-latest/boards/gd/gd32f407v_start/
Dgd32f407v_start.dts43 pwms = <&pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
73 pwm2: pwm { label
/Zephyr-latest/boards/gd/gd32f450v_start/
Dgd32f450v_start.dts43 pwms = <&pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
73 pwm2: pwm { label
/Zephyr-latest/boards/st/nucleo_f091rc/
Dnucleo_f091rc.dts45 /* NOTE: disabled by default, PWM2 conflicts with SPI1 */
49 pwms = <&pwm2 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
185 pwm2: pwm { label
186 /* NOTE: disabled by default, PWM2 conflicts with SPI1 */
/Zephyr-latest/boards/gd/gd32e507v_start/
Dgd32e507v_start.dts44 pwms = <&pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
75 pwm2: pwm { label
/Zephyr-latest/boards/gd/gd32vf103c_starter/
Dgd32vf103c_starter.dts47 pwms = <&pwm2 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
86 pwm2: pwm { label
/Zephyr-latest/tests/drivers/pwm/pwm_api/boards/
Dnucleo_f091rc.overlay11 pwm2: pwm {
Dnucleo_l073rz.overlay11 pwm2: pwm {
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Ducans32k1sic.overlay11 in-gpios = <&gpioa 1 0>; /* P14.1 (silk PWM2) */
/Zephyr-latest/include/zephyr/devicetree/
Dpwms.h33 * pwm2: pwm-controller@... { ... };
37 * <&pwm2 3 PWM_POLARITY_INVERTED>;
43 * DT_PWMS_CTLR_BY_IDX(DT_NODELABEL(n), 1) // DT_NODELABEL(pwm2)
62 * pwm2: pwm-controller@... { ... };
66 * <&pwm2 3 PWM_POLARITY_INVERTED>;
73 * DT_PWMS_CTLR_BY_NAME(DT_NODELABEL(n), beta) // DT_NODELABEL(pwm2)
103 * pwm2: pwm-controller@... {
110 * <&pwm2 3 100000 PWM_POLARITY_INVERTED>;
148 * pwm2: pwm-controller@... {
155 * <&pwm2 3 100000 PWM_POLARITY_INVERTED>;
/Zephyr-latest/boards/st/nucleo_f031k6/
Dnucleo_f031k6.dts33 pwms = <&pwm2 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
75 pwm2: pwm { label
/Zephyr-latest/boards/st/nucleo_f303k8/
Dnucleo_f303k8.dts33 pwms = <&pwm2 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
72 pwm2: pwm { label
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/
Dgd32e507v_start.overlay7 &pwm2 {

12345