ESP-IDF
LCD_PERIPH_CLOCK_PRE_SCALE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LCD_PERIPH_CLOCK_PRE_SCALE
LCD_PERIPH_CLOCK_PRE_SCALE macro
Syntax
Show:
Summary
Declaration
from
esp_lcd_common.h:28
#define
LCD_PERIPH_CLOCK_PRE_SCALE
(
2
)
Examples
References
from
examples
Code
Location
#define
LCD_PERIPH_CLOCK_PRE_SCALE
(
2
)
// This is the minimum divider that can be applied to LCD peripheral
esp_lcd_common.h:28
i2s_ll_set_raw_mclk_div
(
bus
->
hal
.
dev
,
LCD_PERIPH_CLOCK_PRE_SCALE
,
1
,
0
)
;
esp_lcd_panel_io_i2s.c:663
bus
->
resolution_hz
=
src_clk_hz
/
LCD_PERIPH_CLOCK_PRE_SCALE
;
esp_lcd_panel_io_i2s.c:665
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