Home
last modified time | relevance | path

Searched full:led_pwm (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/drivers/led/pwm/src/
Dmain.c30 * @param led_pwm LED PWM device.
33 static void run_led_test(const struct device *led_pwm, uint8_t led) in run_led_test() argument
41 err = led_on(led_pwm, led); in run_led_test()
50 err = led_off(led_pwm, led); in run_led_test()
61 err = led_set_brightness(led_pwm, led, level); in run_led_test()
73 err = led_set_brightness(led_pwm, led, level); in run_led_test()
84 err = led_blink(led_pwm, led, CONFIG_BLINK_DELAY_SHORT, CONFIG_BLINK_DELAY_SHORT); in run_led_test()
97 err = led_blink(led_pwm, led, CONFIG_BLINK_DELAY_LONG, CONFIG_BLINK_DELAY_LONG); in run_led_test()
112 err = led_off(led_pwm, led); in run_led_test()
122 const struct device *led_pwm; in main() local
[all …]
/Zephyr-latest/drivers/led/
DKconfig.pwm4 config LED_PWM config
DCMakeLists.txt11 zephyr_library_sources_ifdef(CONFIG_LED_PWM led_pwm.c)
Dled_pwm.c22 LOG_MODULE_REGISTER(led_pwm, CONFIG_LED_LOG_LEVEL);
/Zephyr-latest/samples/drivers/led/pwm/
DCMakeLists.txt6 project(led_pwm) project
Dsample.yaml5 sample.drivers.led.led_pwm:
/Zephyr-latest/boards/seagate/legend/
Dlegend_stm32f070xb_25hdd.overlay15 led_pwm: pwmleds {
Dlegend_stm32f070xb_35.overlay15 led_pwm: pwmleds {
/Zephyr-latest/doc/_scripts/
Dredirects.py298 ('samples/drivers/led_pwm/README', 'samples/drivers/led/pwm/README'),
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1365 * :github:`45686` - missing testcase samples/drivers/led_pwm on nucleo stm32 boards
1434 * :github:`45226` - samples/drivers/led_pwm: Build failure
Drelease-notes-2.7.rst1351 * :github:`37915` - led_pwm driver not generating correct linker symbol
Drelease-notes-2.6.rst1398 * :github:`34275` - drivers: led_pwm: Improper label assignment