|
ESP-IDF Firmware
Firmware architecture and call graph
|
Data Fields | |
| led_strip_t | base |
| spi_host_device_t | spi_host |
| spi_device_handle_t | spi_device |
| uint32_t | strip_len |
| uint8_t | bytes_per_pixel |
| uint8_t | pixel_buf [] |
Definition at line 26 of file led_strip_spi_dev.c.
| led_strip_t led_strip_spi_obj::base |
Definition at line 27 of file led_strip_spi_dev.c.
Referenced by led_strip_new_spi_device().
| uint8_t led_strip_spi_obj::bytes_per_pixel |
Definition at line 31 of file led_strip_spi_dev.c.
Referenced by led_strip_new_spi_device(), led_strip_spi_clear(), led_strip_spi_refresh(), led_strip_spi_set_pixel(), and led_strip_spi_set_pixel_rgbw().
| uint8_t led_strip_spi_obj::pixel_buf[] |
Definition at line 32 of file led_strip_spi_dev.c.
Referenced by led_strip_spi_clear(), led_strip_spi_refresh(), led_strip_spi_set_pixel(), and led_strip_spi_set_pixel_rgbw().
| spi_device_handle_t led_strip_spi_obj::spi_device |
Definition at line 29 of file led_strip_spi_dev.c.
Referenced by led_strip_new_spi_device(), led_strip_spi_del(), and led_strip_spi_refresh().
| spi_host_device_t led_strip_spi_obj::spi_host |
Definition at line 28 of file led_strip_spi_dev.c.
Referenced by led_strip_new_spi_device(), and led_strip_spi_del().
| uint32_t led_strip_spi_obj::strip_len |
Definition at line 30 of file led_strip_spi_dev.c.
Referenced by led_strip_new_spi_device(), led_strip_spi_clear(), and led_strip_spi_refresh().