RTEMS 6.1-rc5
|
MIPI DSI D-PHY configuration. More...
#include <fsl_mipi_dsi.h>
Data Fields | |
uint32_t | txHsBitClk_Hz |
uint8_t | tClkPre_ByteClk |
uint8_t | tClkPost_ByteClk |
uint8_t | tHsExit_ByteClk |
uint32_t | tWakeup_EscClk |
uint8_t | tHsPrepare_HalfEscClk |
uint8_t | tClkPrepare_HalfEscClk |
uint8_t | tHsZero_ByteClk |
uint8_t | tClkZero_ByteClk |
uint8_t | tHsTrail_ByteClk |
uint8_t | tClkTrail_ByteClk |
MIPI DSI D-PHY configuration.
uint8_t _dsi_dphy_config::tClkPost_ByteClk |
TCLK-POST + T_CLK-TRAIL in byte clock. Set how long the controller will wait before putting clock lane into LP mode after data lanes detected in stop state.
uint8_t _dsi_dphy_config::tClkPre_ByteClk |
TLPX + TCLK-PREPARE + TCLK-ZERO + TCLK-PRE in byte clock. Set how long the controller will wait after enabling clock lane for HS before enabling data lanes for HS.
uint8_t _dsi_dphy_config::tClkPrepare_HalfEscClk |
TCLK-PREPARE in clk_esc/2. Set how long to drive the LP-00 state before HS transmissions, available values are 2, 3.
uint8_t _dsi_dphy_config::tClkTrail_ByteClk |
TCLK-TRAIL + 4*UI in clk_byte. Set the time of the flipped differential state after last payload data bit of HS transmission burst. Available values are 0, 1, ..., 15.
uint8_t _dsi_dphy_config::tClkZero_ByteClk |
TCLK-ZERO in clk_byte. Set how long that controller drives clock lane HS-0 state before transmit the Sync sequence. Available values are 3, 4, ..., 66.
uint8_t _dsi_dphy_config::tHsExit_ByteClk |
THS-EXIT in byte clock. Set how long the controller will wait after the clock lane has been put into LP mode before enabling clock lane for HS again.
uint8_t _dsi_dphy_config::tHsPrepare_HalfEscClk |
THS-PREPARE in clk_esc/2. Set how long to drive the LP-00 state before HS transmissions, available values are 2, 3, 4, 5.
uint8_t _dsi_dphy_config::tHsTrail_ByteClk |
THS-TRAIL + 4*UI in clk_byte. Set the time of the flipped differential state after last payload data bit of HS transmission burst. Available values are 0, 1, ..., 15.
uint8_t _dsi_dphy_config::tHsZero_ByteClk |
THS-ZERO in clk_byte. Set how long that controller drives data lane HS-0 state before transmit the Sync sequence. Available values are 6, 7, ..., 37.
uint32_t _dsi_dphy_config::tWakeup_EscClk |
Number of clk_esc clock periods to keep a clock or data lane in Mark-1 state after exiting ULPS.
uint32_t _dsi_dphy_config::txHsBitClk_Hz |
The generated HS TX bit clock in Hz.