|
ESP-IDF Firmware
Firmware architecture and call graph
|
Data Fields | |
| led_strip_t | base |
| rmt_channel_handle_t | rmt_chan |
| rmt_encoder_handle_t | strip_encoder |
| uint32_t | strip_len |
| uint8_t | bytes_per_pixel |
| uint8_t | pixel_buf [] |
| rmt_channel_t | rmt_channel |
| uint8_t | buffer [0] |
Definition at line 27 of file led_strip_rmt_dev.c.
| led_strip_t led_strip_rmt_obj::base |
Definition at line 28 of file led_strip_rmt_dev.c.
Referenced by led_strip_new_rmt_device(), and led_strip_new_rmt_device().
| uint8_t led_strip_rmt_obj::buffer[0] |
Definition at line 46 of file led_strip_rmt_dev_idf4.c.
Referenced by led_strip_rmt_clear(), led_strip_rmt_refresh(), and led_strip_rmt_set_pixel().
| uint8_t led_strip_rmt_obj::bytes_per_pixel |
Definition at line 32 of file led_strip_rmt_dev.c.
Referenced by led_strip_new_rmt_device(), led_strip_new_rmt_device(), led_strip_rmt_clear(), led_strip_rmt_clear(), led_strip_rmt_refresh(), led_strip_rmt_refresh(), led_strip_rmt_set_pixel(), led_strip_rmt_set_pixel(), and led_strip_rmt_set_pixel_rgbw().
| uint8_t led_strip_rmt_obj::pixel_buf[] |
Definition at line 33 of file led_strip_rmt_dev.c.
Referenced by led_strip_rmt_clear(), led_strip_rmt_refresh(), led_strip_rmt_set_pixel(), and led_strip_rmt_set_pixel_rgbw().
| rmt_channel_handle_t led_strip_rmt_obj::rmt_chan |
Definition at line 29 of file led_strip_rmt_dev.c.
Referenced by led_strip_new_rmt_device(), led_strip_rmt_del(), and led_strip_rmt_refresh().
| rmt_channel_t led_strip_rmt_obj::rmt_channel |
Definition at line 43 of file led_strip_rmt_dev_idf4.c.
Referenced by led_strip_new_rmt_device(), led_strip_rmt_del(), and led_strip_rmt_refresh().
| rmt_encoder_handle_t led_strip_rmt_obj::strip_encoder |
Definition at line 30 of file led_strip_rmt_dev.c.
Referenced by led_strip_new_rmt_device(), led_strip_rmt_del(), and led_strip_rmt_refresh().
| uint32_t led_strip_rmt_obj::strip_len |
Definition at line 31 of file led_strip_rmt_dev.c.
Referenced by led_strip_new_rmt_device(), led_strip_new_rmt_device(), led_strip_rmt_clear(), led_strip_rmt_clear(), led_strip_rmt_refresh(), and led_strip_rmt_refresh().