RTEMS 6.1-rc4
|
MIPI DSI controller configuration. More...
#include <fsl_mipi_dsi.h>
Data Fields | |
uint8_t | numLanes |
bool | enableNonContinuousHsClk |
bool | enableTxUlps |
bool | autoInsertEoTp |
uint8_t | numExtraEoTp |
uint32_t | htxTo_ByteClk |
uint32_t | lrxHostTo_ByteClk |
uint32_t | btaTo_ByteClk |
MIPI DSI controller configuration.
bool _dsi_config::autoInsertEoTp |
Insert an EoTp short package when switching from HS to LP.
uint32_t _dsi_config::btaTo_ByteClk |
Bus turn around timeout count (TA_TO) in byte clock.
bool _dsi_config::enableNonContinuousHsClk |
In enabled, the high speed clock will enter low power mode between transmissions.
bool _dsi_config::enableTxUlps |
Enable the TX ULPS.
uint32_t _dsi_config::htxTo_ByteClk |
HS TX timeout count (HTX_TO) in byte clock.
uint32_t _dsi_config::lrxHostTo_ByteClk |
LP RX host timeout count (LRX-H_TO) in byte clock.
uint8_t _dsi_config::numExtraEoTp |
How many extra EoTp to send after the end of a packet.
uint8_t _dsi_config::numLanes |
Number of lanes.