Searched refs:servo (Results 1 – 13 of 13) sorted by relevance
16 static const struct pwm_dt_spec servo = PWM_DT_SPEC_GET(DT_NODELABEL(servo)); variable17 static const uint32_t min_pulse = DT_PROP(DT_NODELABEL(servo), min_pulse);18 static const uint32_t max_pulse = DT_PROP(DT_NODELABEL(servo), max_pulse);35 if (!pwm_is_ready_dt(&servo)) { in main()36 printk("Error: PWM device %s is not ready\n", servo.dev->name); in main()41 ret = pwm_set_pulse_dt(&servo, pulse_width); in main()
3 servo: servo {4 compatible = "pwm-servo";
4 servo: servo {5 compatible = "pwm-servo";
1 .. zephyr:code-sample:: servo-motor24 by PWM. The servo must be defined in Devicetree using the ``pwm-servo``25 compatible (part of the sample) and setting its node label to ``servo``. You31 servo: servo {32 compatible = "pwm-servo";
45 https://learn.adafruit.com/adafruit-16-channel-pwm-slash-servo-shield?view=all
76 also the ChromiumOS servo.100 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
90 also the ChromiumOS servo.114 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
47 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
44 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
89 the ChromiumOS servo.124 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
23 - Connector for PWM servo/motor controls
1929 * :github:`12239` - BLE400 / nRF51822 (nRF51) PWM clock too low (servo-motor example)