df_server sample
print_func()
is only used within df_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
df_server sample
print_func()
print_func() function
Syntax
Show:
Summary
Declaration
from
lightbulb.c:402
static
void
print_func
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
print_func
(
void
)
lightbulb.c:402
print_func
(
)
;
lightbulb.c:604
lightbulb_init()
Call Tree
from
examples
print_func()
is called by 1 function and calls 4 functions:
lightbulb_init()
All items filtered out
print_func()
esp_log_timestamp()
esp_log_write()
hal_get_driver_feature()
percentage_convert_to_kelvin()
All items filtered out
Data Use
from
examples
print_func()
reads 36 variables:
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
hal_feature_query_list_t::QUERY_DRIVER_NAME
lightbulb_works_mode_t::WORK_COLOR
lightbulb_status_t::mode
lightbulb_status_t::on
lightbulb_status_t::hue
lightbulb_status_t::saturation
lightbulb_status_t::value
lightbulb_status_t::cct_percentage
lightbulb_status_t::brightness
lightbulb_power_limit_t::white_max_brightness
lightbulb_power_limit_t::white_min_brightness
lightbulb_power_limit_t::color_max_value
lightbulb_power_limit_t::color_min_value
lightbulb_power_limit_t::white_max_power
lightbulb_power_limit_t::color_max_power
lightbulb_cct_kelvin_range_t::min
lightbulb_cct_kelvin_range_t::max
lightbulb_capability_t::fades_ms
lightbulb_capability_t::storage_delay_ms
lightbulb_capability_t::mode_mask
lightbulb_capability_t::enable_fades
lightbulb_capability_t::enable_lowpower
lightbulb_capability_t::enable_status_storage
lightbulb_capability_t::enable_mix_cct
lightbulb_capability_t::sync_change_brightness_value
TAG
lightbulb_obj_t::status
lightbulb_obj_t::cap
lightbulb_obj_t::power
lightbulb_obj_t::kelvin_range
s_lb_obj
All items filtered out
print_func()
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out