ESP-IDF
clkout_channel_handle::is_mapped
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clkout_channel_handle::is_mapped
clkout_channel_handle::is_mapped field
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:22
bool
is_mapped
;
Examples
References
from
examples
Code
Location
Referrer
bool
is_mapped
;
esp_clock_output.c:22
.
is_mapped
=
false
,
esp_clock_output.c:46
if
(
!
s_clkout_handle
[
channel_num
]
.
is_mapped
)
{
esp_clock_output.c:63
clkout_channel_alloc()
s_clkout_handle
[
channel_num
]
.
is_mapped
=
true
;
esp_clock_output.c:64
clkout_channel_alloc()
channel_hdl
->
is_mapped
=
false
;
esp_clock_output.c:165
clkout_channel_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
clkout_channel_handle::is_mapped
is written by 2 functions and is read by 1 function:
clkout_channel_alloc()
clkout_channel_free()
All items filtered out
clkout_channel_handle::is_mapped
clkout_channel_alloc()
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