ESP-IDF
dac_cosine_stop()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dac_cosine_stop()
dac_cosine_stop() function
Stop outputting the cosine wave on the channel
Syntax
Show:
Summary
Declaration
Definition
from
dac_cosine.h:91
esp_err_t
dac_cosine_stop
(
dac_cosine_handle_t
handle
)
;
Implemented in
dac_cosine.c:131
Arguments
Argument
Description
handle
The DAC cosine wave channel handle
Return value
- ESP_ERR_INVALID_ARG The input parameter is invalid - ESP_ERR_INVALID_STATE The channel has been stopped already - ESP_OK Stop the cosine wave success
Related Functions
Found 3 other functions taking a
dac_cosine_s
argument:
Function
Description
dac_cosine_new_channel()
Allocate a new DAC cosine wave channel
dac_cosine_start()
Start outputting the cosine wave on the channel
dac_cosine_del_channel()
Delete the DAC cosine wave channel
Examples
References
from
examples
Code
Location
esp_err_t
dac_cosine_stop
(
dac_cosine_handle_t
handle
)
dac_cosine.c:131
esp_err_t
dac_cosine_stop
(
dac_cosine_handle_t
handle
)
;
dac_cosine.h:91
Call Tree
from
examples
dac_cosine_stop()
calls 8 functions:
All items filtered out
dac_cosine_stop()
vPortEnterCritical()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
dac_ll_cw_generator_disable()
dac_ll_cw_enable_channel()
periph_rtc_dig_clk8m_disable()
dac_priv_disable_channel()
All items filtered out
Data Use
from
examples
dac_cosine_stop()
reads 10 variables and writes 2 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
dac_cosine_config_t::chan_id
dac_cosine_s::cfg
dac_cosine_s::is_started
TAG
s_cwg_refer_cnt
All items filtered out
dac_cosine_stop()
dac_cosine_s::is_started
s_cwg_refer_cnt
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