ESP-IDF
clkout_channel_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clkout_channel_handle
clkout_channel_handle struct
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:21
typedef
struct
clkout_channel_handle
{
bool
is_mapped
;
soc_clkout_sig_id_t
mapped_clock
;
clock_out_channel_t
channel_id
;
uint8_t
ref_cnt
;
uint64_t
mapped_io_bmap
;
portMUX_TYPE
clkout_channel_lock
;
}
clkout_channel_handle_t
;
Fields
Field
Declared as
clkout_channel_handle::is_mapped
bool
clkout_channel_handle::mapped_clock
soc_clkout_sig_id_t
clkout_channel_handle::channel_id
clock_out_channel_t
clkout_channel_handle::ref_cnt
uint8_t
clkout_channel_handle::mapped_io_bmap
uint64_t
clkout_channel_handle::clkout_channel_lock
portMUX_TYPE
Related Functions
Found 2 other functions taking a
clkout_channel_handle
argument:
Function
clkout_mapping_alloc()
clkout_channel_free()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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