ESP-IDF
s_cwg_freq
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_cwg_freq
s_cwg_freq variable
Syntax
Show:
Summary
Declaration
from
dac_cosine.c:36
static
uint32_t
s_cwg_freq
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
s_cwg_freq
=
0
;
dac_cosine.c:36
ESP_RETURN_ON_FALSE
(
(
!
s_cwg_freq
)
||
cos_cfg
->
flags
.
force_set_freq
||
(
cos_cfg
->
freq_hz
==
s_cwg_freq
)
,
dac_cosine.c:48
dac_cosine_new_channel()
if
(
(
!
s_cwg_freq
)
||
cos_cfg
->
flags
.
force_set_freq
)
{
dac_cosine.c:73
dac_cosine_new_channel()
s_cwg_freq
=
cos_cfg
->
freq_hz
;
dac_cosine.c:75
dac_cosine_new_channel()
s_cwg_freq
=
0
;
dac_cosine.c:100
dac_cosine_del_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_cwg_freq
is written by 2 functions and is read by 1 function:
dac_cosine_new_channel()
dac_cosine_del_channel()
All items filtered out
s_cwg_freq
dac_cosine_new_channel()
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