Home
last modified time | relevance | path

Searched refs:led_strip_dev_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/examples/common_components/led_strip/include/
Dled_strip.h32 typedef void *led_strip_dev_t; typedef
102 led_strip_dev_t dev; /*!< LED strip device (e.g. RMT channel, PWM channel, etc) */
/hal_espressif-3.4.0/examples/peripherals/rmt/led_strip/main/
Dled_strip_main.c90 …_config = LED_STRIP_DEFAULT_CONFIG(CONFIG_EXAMPLE_STRIP_LED_NUMBER, (led_strip_dev_t)config.channe… in app_main()
/hal_espressif-3.4.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c187 …led_strip_config_t strip_config = LED_STRIP_DEFAULT_CONFIG(led_num, (led_strip_dev_t)config.channe… in led_strip_init()