ESP-IDF
_sigmadelta_set_prescale()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_sigmadelta_set_prescale()
_sigmadelta_set_prescale() function
Syntax
Show:
Summary
Declaration
from
sigma_delta_legacy.c:43
static
inline
esp_err_t
_sigmadelta_set_prescale
(
sigmadelta_port_t
sigmadelta_port
,
sigmadelta_channel_t
channel
,
uint8_t
prescale
)
;
Arguments
Argument
sigmadelta_port
channel
prescale
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_sigmadelta_set_prescale
(
sigmadelta_port_t
sigmadelta_port
,
sigmadelta_channel_t
channel
,
uint8_t
prescale
)
sigma_delta_legacy.c:43
_sigmadelta_set_prescale
(
sigmadelta_port
,
config
->
channel
,
config
->
sigmadelta_prescale
)
;
sigma_delta_legacy.c:66
_sigmadelta_config()
return
_sigmadelta_set_prescale
(
SIGMADELTA_PORT_0
,
channel
,
prescale
)
;
sigma_delta_legacy.c:108
sigmadelta_set_prescale()
Call Tree
from
examples
_sigmadelta_set_prescale()
is called by 2 functions and calls 3 functions:
_sigmadelta_config()
sigmadelta_set_prescale()
All items filtered out
_sigmadelta_set_prescale()
esp_log_timestamp()
esp_log_write()
sdm_ll_set_prescale()
All items filtered out
Data Use
from
examples
_sigmadelta_set_prescale()
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
sigmadelta_obj_t::hal
p_sigmadelta_obj
sigmadelta_port_t::SIGMADELTA_PORT_MAX
sdm_hal_context_t::dev
All items filtered out
_sigmadelta_set_prescale()
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