Searched full:led_pwm (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/samples/drivers/led/pwm/src/ |
D | main.c | 30 * @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/ |
D | Kconfig.pwm | 4 config LED_PWM config
|
D | CMakeLists.txt | 11 zephyr_library_sources_ifdef(CONFIG_LED_PWM led_pwm.c)
|
D | led_pwm.c | 22 LOG_MODULE_REGISTER(led_pwm, CONFIG_LED_LOG_LEVEL);
|
/Zephyr-latest/samples/drivers/led/pwm/ |
D | CMakeLists.txt | 6 project(led_pwm) project
|
D | sample.yaml | 5 sample.drivers.led.led_pwm:
|
/Zephyr-latest/boards/seagate/legend/ |
D | legend_stm32f070xb_25hdd.overlay | 15 led_pwm: pwmleds {
|
D | legend_stm32f070xb_35.overlay | 15 led_pwm: pwmleds {
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 298 ('samples/drivers/led_pwm/README', 'samples/drivers/led/pwm/README'),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1365 * :github:`45686` - missing testcase samples/drivers/led_pwm on nucleo stm32 boards 1434 * :github:`45226` - samples/drivers/led_pwm: Build failure
|
D | release-notes-2.7.rst | 1351 * :github:`37915` - led_pwm driver not generating correct linker symbol
|
D | release-notes-2.6.rst | 1398 * :github:`34275` - drivers: led_pwm: Improper label assignment
|