ESP-IDF
soc_periph_lcd_clk_src_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
soc_periph_lcd_clk_src_t
soc_periph_lcd_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:186
enum
{
LCD_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
,
LCD_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
,
}
;
Values
Value
Declared as
Description
soc_periph_lcd_clk_src_t::LCD_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
Select PLL_160M as the source clock.
soc_periph_lcd_clk_src_t::LCD_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
Select PLL_160M as the default choice.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
clk_tree_defs.h:186
}
soc_periph_lcd_clk_src_t
;
clk_tree_defs.h:189
typedef
soc_periph_lcd_clk_src_t
lcd_clock_source_t
;
lcd_types.h:21
}
soc_periph_lcd_clk_src_t
;
clk_tree_defs.h:189
soc_periph_lcd_clk_src_t
lcd_clock_source_t
clk_src
;
/*!< Clock source for the I80 LCD peripheral */
esp_lcd_io_i80.h:28
esp_lcd_i80_bus_config_t
esp_lcd_i80_bus_config_t::clk_src
static
esp_err_t
i2s_lcd_select_periph_clock
(
esp_lcd_i80_bus_handle_t
bus
,
lcd_clock_source_t
src
)
;
esp_lcd_panel_io_i2s.c:58
i2s_lcd_select_periph_clock()
i2s_lcd_select_periph_clock()::src
static
esp_err_t
i2s_lcd_select_periph_clock
(
esp_lcd_i80_bus_handle_t
bus
,
lcd_clock_source_t
src
)
esp_lcd_panel_io_i2s.c:654
i2s_lcd_select_periph_clock()
i2s_lcd_select_periph_clock()::src
typedef
soc_periph_lcd_clk_src_t
lcd_clock_source_t
;
lcd_types.h:21
lcd_clock_source_t
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
Instance
Scope
Location
Project
esp_lcd_i80_bus_config_t::clk_src
esp_lcd_i80_bus_config_t
esp_lcd_io_i80.h:28
i2s_lcd_select_periph_clock()::src
i2s_lcd_select_periph_clock()
esp_lcd_panel_io_i2s.c:58
i2s_lcd_select_periph_clock()::src
i2s_lcd_select_periph_clock()
esp_lcd_panel_io_i2s.c:654
Lifecycle
from
examples
All items filtered out
All items filtered out