ESP-IDF
lcd_panel_io_i80_t::pclk_hz
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_panel_io_i80_t::pclk_hz
lcd_panel_io_i80_t::pclk_hz field
Syntax
Show:
Summary
Declaration
from
esp_lcd_panel_io_i2s.c:102
uint32_t
pclk_hz
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
pclk_hz
;
// PCLK clock frequency
esp_lcd_panel_io_i2s.c:102
i80_device
->
pclk_hz
=
bus
->
resolution_hz
/
pclk_prescale
/
2
;
esp_lcd_panel_io_i2s.c:302
esp_lcd_new_panel_io_i80()
ESP_LOGD
(
TAG
,
"new i80 lcd panel io @%p on bus(%d), pclk=%"
PRIu32
"Hz"
,
i80_device
,
bus
->
bus_id
,
i80_device
->
pclk_hz
)
;
esp_lcd_panel_io_i2s.c:323
esp_lcd_new_panel_io_i80()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lcd_panel_io_i80_t::pclk_hz
is written by 1 function and is read by 1 function:
esp_lcd_new_panel_io_i80()
All items filtered out
lcd_panel_io_i80_t::pclk_hz
esp_lcd_new_panel_io_i80()
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