df_server sample
final_processing()
is only used within df_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
df_server sample
final_processing()
final_processing() function
Syntax
Show:
Summary
Declaration
from
hal_driver.c:292
static
float
final_processing
(
uint8_t
channel
,
uint16_t
src_value
)
;
Arguments
Argument
channel
src_value
Examples
References
from
examples
Code
Location
Referrer
static
float
final_processing
(
uint8_t
channel
,
uint16_t
src_value
)
hal_driver.c:292
data
.
final
=
final_processing
(
channel
,
value
)
;
hal_driver.c:787
hal_set_channel()
fade_data
.
final
=
final_processing
(
channel
,
value
)
;
hal_driver.c:810
hal_set_channel()
fade_data
[
channel
]
.
final
=
final_processing
(
channel
,
value
[
channel
]
)
;
hal_driver.c:882
hal_set_channel_group()
fade_data
[
channel
]
.
final
=
final_processing
(
channel
,
value
[
channel
]
)
;
hal_driver.c:914
hal_set_channel_group()
fade_data
.
min
=
final_processing
(
channel
,
value_min
)
;
hal_driver.c:988
hal_start_channel_action()
fade_data
.
final
=
final_processing
(
channel
,
value_max
)
;
hal_driver.c:989
hal_start_channel_action()
fade_data
[
channel
]
.
min
=
final_processing
(
channel
,
value_min
[
channel
]
)
;
hal_driver.c:1074
hal_start_channel_group_action()
fade_data
[
channel
]
.
final
=
final_processing
(
channel
,
value_max
[
channel
]
)
;
hal_driver.c:1075
hal_start_channel_group_action()
Call Tree
from
examples
final_processing()
is called by 4 functions and calls 2 functions:
hal_set_channel()
hal_set_channel_group()
hal_start_channel_action()
hal_start_channel_group_action()
All items filtered out
final_processing()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
final_processing()
reads 10 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
TAG
hal_context_t::use_balance
s_default_linear_table
s_rgb_white_balance_coefficient
s_hal_obj
All items filtered out
final_processing()
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