ESP-IDF
esp_clock_output_mapping
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
esp_clock_output_mapping
esp_clock_output_mapping struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_clock_output.h:20
typedef
struct
esp_clock_output_mapping
*
esp_clock_output_mapping_handle_t
;
Implemented in
esp_clock_output.c:30
Fields
Field
Declared as
esp_clock_output_mapping::mapped_io
gpio_num_t
esp_clock_output_mapping::clkout_channel_hdl
clkout_channel_handle_t
*
esp_clock_output_mapping::ref_cnt
uint8_t
esp_clock_output_mapping::clkout_mapping_lock
portMUX_TYPE
esp_clock_output_mapping::next
SLIST_ENTRY
(
esp_clock_output_mapping
)
Related Functions
Found 3 other functions taking a
esp_clock_output_mapping
argument:
Function
Description
esp_clock_output_start()
Start output specified clock signal to specified GPIO, will also initialize the clkout_mapping_ret_hdl.
esp_clock_output_stop()
Stop clock signal to GPIO outputting
clkout_mapping_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