doc: added clk_tree definitions to doc

This commit is contained in:
morris
2022-04-24 15:12:14 +08:00
committed by songruojing
parent a5b09cf015
commit b26cd91537
10 changed files with 18 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************* ESP32 Root Clock Source ****************************
* 1) Internal 8MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************ ESP32C2 Root Clock Source ***************************
* 1) Internal 20MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************* ESP32C3 Root Clock Source ****************************
* 1) Internal 20MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************ ESP32H2 Root Clock Source ***************************
* 1) Internal 8MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************* ESP32S2 Root Clock Source ****************************
* 1) Internal 8MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
/**
/*
************************* ESP32S3 Root Clock Source ****************************
* 1) Internal 20MHz RC Oscillator: RC_FAST (usually referred as FOSC or CK8M/CLK8M in TRM and reg. description)
*

View 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

View File

@@ -7,6 +7,7 @@ Peripherals API
:maxdepth: 1
adc
clk_tree
:SOC_DAC_SUPPORTED: dac
gpio
gptimer

View File

@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/clk_tree.rst

View File

@@ -7,6 +7,7 @@
:maxdepth: 1
adc
clk_tree
:SOC_DAC_SUPPORTED: dac
gpio
gptimer