ESP-IDF
i2s_calculate_common_clock()
is only used within ESP-IDF.
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
ESP-IDF
i2s_calculate_common_clock()
i2s_calculate_common_clock() function
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:826
static
esp_err_t
i2s_calculate_common_clock
(
int
i2s_num
,
i2s_hal_clock_info_t
*
clk_info
)
;
Arguments
Argument
i2s_num
clk_info
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
i2s_calculate_common_clock
(
int
i2s_num
,
i2s_hal_clock_info_t
*
clk_info
)
i2s_legacy.c:826
ESP_RETURN_ON_ERROR
(
i2s_calculate_common_clock
(
i2s_num
,
clk_info
)
,
TAG
,
"Common clock calculate failed"
)
;
i2s_legacy.c:883
i2s_calculate_clock()
Call Tree
from
examples
i2s_calculate_common_clock()
is called by 1 function and calls 3 functions:
i2s_calculate_clock()
All items filtered out
i2s_calculate_common_clock()
esp_log_timestamp()
esp_log_write()
i2s_config_source_clock()
All items filtered out
Data Use
from
examples
i2s_calculate_common_clock()
reads 18 variables and writes 5 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
i2s_role_t::I2S_ROLE_MASTER
i2s_hal_slot_config_t::slot_bit_width
i2s_hal_clock_info_t::sclk
i2s_hal_clock_info_t::mclk
i2s_hal_clock_info_t::bclk
i2s_hal_clock_info_t::bclk_div
i2s_obj_t::use_apll
i2s_obj_t::role
i2s_obj_t::total_slot
p_i2s
TAG
i2s_clk_config_t::sample_rate_hz
i2s_clk_config_t::mclk_multiple
All items filtered out
i2s_calculate_common_clock()
i2s_hal_clock_info_t::sclk
i2s_hal_clock_info_t::mclk
i2s_hal_clock_info_t::bclk
i2s_hal_clock_info_t::mclk_div
i2s_hal_clock_info_t::bclk_div
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