ESP-IDF
dac_cosine_del_channel()
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_del_channel()
dac_cosine_del_channel() function
Delete the DAC cosine wave channel
Syntax
Show:
Summary
Declaration
Definition
from
dac_cosine.h:69
esp_err_t
dac_cosine_del_channel
(
dac_cosine_handle_t
handle
)
;
Implemented in
dac_cosine.c:90
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 already been deregistered - ESP_OK Delete the cosine wave channel 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_stop()
Stop outputting the cosine wave on the channel
Examples
References
from
examples
Code
Location
esp_err_t
dac_cosine_del_channel
(
dac_cosine_handle_t
handle
)
dac_cosine.c:90
esp_err_t
dac_cosine_del_channel
(
dac_cosine_handle_t
handle
)
;
dac_cosine.h:69
Call Tree
from
examples
dac_cosine_del_channel()
calls 4 functions:
All items filtered out
dac_cosine_del_channel()
free()
esp_log_timestamp()
esp_log_write()
dac_priv_deregister_channel()
All items filtered out
Data Use
from
examples
dac_cosine_del_channel()
reads 10 variables and writes 1 variable:
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_del_channel()
s_cwg_freq
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
dac_cosine_del_channel()
allocates 1 types:
dac_cosine_s
All items filtered out
dac_cosine_del_channel()
All items filtered out