NimBLE_Security sample
led_strip_rmt_refresh()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
led_strip_rmt_refresh()
led_strip_rmt_refresh() function
Syntax
Show:
Summary
Declaration
from
led_strip_rmt_dev.c:65
static
esp_err_t
led_strip_rmt_refresh
(
led_strip_t
*
strip
)
;
Arguments
Argument
strip
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
led_strip_rmt_refresh
(
led_strip_t
*
strip
)
led_strip_rmt_dev.c:65
return
led_strip_rmt_refresh
(
strip
)
;
led_strip_rmt_dev.c:85
led_strip_rmt_clear()
rmt_strip
->
base
.
refresh
=
led_strip_rmt_refresh
;
led_strip_rmt_dev.c:147
led_strip_new_rmt_device()
Call Tree
from
examples
led_strip_rmt_refresh()
is called by 1 function and calls 6 functions:
led_strip_rmt_clear()
All items filtered out
led_strip_rmt_refresh()
esp_log_timestamp()
esp_log_write()
rmt_enable()
rmt_disable()
rmt_tx_wait_all_done()
rmt_transmit()
All items filtered out
Data Use
from
examples
led_strip_rmt_refresh()
reads 12 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
led_strip_rmt_obj::base
led_strip_rmt_obj::rmt_chan
led_strip_rmt_obj::strip_encoder
led_strip_rmt_obj::strip_len
led_strip_rmt_obj::bytes_per_pixel
led_strip_rmt_obj::pixel_buf
All items filtered out
led_strip_rmt_refresh()
led_strip_new_rmt_device()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
led_strip_rmt_refresh()
is implemented by 1 functions:
All items filtered out
led_strip_rmt_refresh()
led_strip_t::refresh
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out