mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
doc: added clk_tree definitions to doc
This commit is contained in:
9
docs/en/api-reference/peripherals/clk_tree.rst
Normal file
9
docs/en/api-reference/peripherals/clk_tree.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Clock Tree
|
||||
==========
|
||||
|
||||
Clock Source Definitions
|
||||
------------------------
|
||||
|
||||
This section lists definitions of the {IDF_TARGET_NAME}'s supported root clocks and module clocks. These definitions are commonly used in the driver configuration, to help user select a proper source clock for the peripheral.
|
||||
|
||||
.. include-build-file:: inc/clk_tree_defs.inc
|
@@ -7,6 +7,7 @@ Peripherals API
|
||||
:maxdepth: 1
|
||||
|
||||
adc
|
||||
clk_tree
|
||||
:SOC_DAC_SUPPORTED: dac
|
||||
gpio
|
||||
gptimer
|
||||
|
Reference in New Issue
Block a user