Home
last modified time | relevance | path

Searched defs:strip (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/examples/peripherals/rmt/led_strip/components/led_strip/src/
Dled_strip_rmt_ws2812.c96 static esp_err_t ws2812_set_pixel(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green,… in ws2812_set_pixel()
111 static esp_err_t ws2812_refresh(led_strip_t *strip, uint32_t timeout_ms) in ws2812_refresh()
122 static esp_err_t ws2812_clear(led_strip_t *strip, uint32_t timeout_ms) in ws2812_clear()
130 static esp_err_t ws2812_del(led_strip_t *strip) in ws2812_del()
/hal_espressif-2.7.6/examples/peripherals/rmt/led_strip/main/
Dled_strip_main.c91 led_strip_t *strip = led_strip_new_rmt_ws2812(&strip_config); in app_main() local
/hal_espressif-2.7.6/tools/kconfig/
Dconf.c58 static void strip(char *str) in strip() function