ESP-IDF
dac_cosine_s::cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dac_cosine_s::cfg
dac_cosine_s::cfg field
Cosine mode configurations
Syntax
Show:
Summary
Declaration
from
dac_cosine.c:25
dac_cosine_config_t
cfg
;
Examples
References
from
examples
Code
Location
Referrer
dac_cosine_config_t
cfg
;
/*!< Cosine mode configurations */
dac_cosine.c:25
memcpy
(
&
handle
->
cfg
,
cos_cfg
,
sizeof
(
dac_cosine_config_t
)
)
;
dac_cosine.c:56
dac_cosine_new_channel()
ESP_RETURN_ON_ERROR
(
dac_priv_deregister_channel
(
handle
->
cfg
.
chan_id
)
,
TAG
,
dac_cosine.c:96
dac_cosine_del_channel()
"deregister dac channel %d failed"
,
handle
->
cfg
.
chan_id
)
;
dac_cosine.c:97
dac_cosine_del_channel()
ESP_RETURN_ON_ERROR
(
dac_priv_enable_channel
(
handle
->
cfg
.
chan_id
)
,
TAG
,
dac_cosine.c:115
dac_cosine_start()
"enable dac channel %d failed"
,
handle
->
cfg
.
chan_id
)
;
dac_cosine.c:116
dac_cosine_start()
dac_ll_cw_enable_channel
(
handle
->
cfg
.
chan_id
,
true
)
;
dac_cosine.c:123
dac_cosine_start()
ESP_RETURN_ON_ERROR
(
dac_priv_disable_channel
(
handle
->
cfg
.
chan_id
)
,
TAG
,
dac_cosine.c:138
dac_cosine_stop()
"disable dac channel %d failed"
,
handle
->
cfg
.
chan_id
)
;
dac_cosine.c:139
dac_cosine_stop()
dac_ll_cw_enable_channel
(
handle
->
cfg
.
chan_id
,
false
)
;
dac_cosine.c:142
dac_cosine_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dac_cosine_s::cfg
is read by 3 functions:
All items filtered out
dac_cosine_s::cfg
dac_cosine_del_channel()
dac_cosine_start()
dac_cosine_stop()
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