mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 01:24:36 +02:00
doc: added clk_tree definitions to doc
This commit is contained in:
@@ -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)
|
||||
*
|
||||
|
@@ -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)
|
||||
*
|
||||
|
@@ -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)
|
||||
*
|
||||
|
@@ -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)
|
||||
*
|
||||
|
@@ -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)
|
||||
*
|
||||
|
@@ -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)
|
||||
*
|
||||
|
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
|
||||
|
1
docs/zh_CN/api-reference/peripherals/clk_tree.rst
Normal file
1
docs/zh_CN/api-reference/peripherals/clk_tree.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../../en/api-reference/peripherals/clk_tree.rst
|
@@ -7,6 +7,7 @@
|
||||
:maxdepth: 1
|
||||
|
||||
adc
|
||||
clk_tree
|
||||
:SOC_DAC_SUPPORTED: dac
|
||||
gpio
|
||||
gptimer
|
||||
|
Reference in New Issue
Block a user