dsirxss
Vitis Drivers API Documentation
XDsi2RxSs_Config Struct Reference

MIPI DSI Rx Subsystem configuration structure. More...

Data Fields

UINTPTR BaseAddr
 
    BaseAddress is the physical

base address of the subsystem address range More...

 
UINTPTR HighAddr
 
    HighAddress is the physical

MAX address of the subsystem address range More...

 
u8 DataType
 RGB type. More...
 
u8 DsiPixel
 Pixels per beat received on input stream. More...
 
u32 DphyLinerate
 DPHY line rate. More...
 
u32 IsDphyRegIntfcPresent
 
Flag for DPHY register

interface presence More...

 
Dsi2RxSsSubCores DphyInfo
 Sub-core instance configuration. More...
 
Dsi2RxSsSubCores Dsi2RxInfo
 Sub-core instance configuration. More...
 

Detailed Description

MIPI DSI Rx Subsystem configuration structure.

Each subsystem device should have a configuration structure associated that defines the MAX supported sub-cores within subsystem

Field Documentation

UINTPTR XDsi2RxSs_Config::BaseAddr

    BaseAddress is the physical

base address of the subsystem address range

Referenced by Dsi2RxSs_SelfTestExample(), and XDsi2RxSs_CfgInitialize().

u8 XDsi2RxSs_Config::DataType

RGB type.

Dsi2RxSsSubCores XDsi2RxSs_Config::DphyInfo

Sub-core instance configuration.

Referenced by XDsi2RxSs_ReportCoreInfo().

u32 XDsi2RxSs_Config::DphyLinerate

DPHY line rate.

Dsi2RxSsSubCores XDsi2RxSs_Config::Dsi2RxInfo

Sub-core instance configuration.

u8 XDsi2RxSs_Config::DsiPixel

Pixels per beat received on input stream.

UINTPTR XDsi2RxSs_Config::HighAddr

    HighAddress is the physical

MAX address of the subsystem address range

u32 XDsi2RxSs_Config::IsDphyRegIntfcPresent

Flag for DPHY register

interface presence

Referenced by XDsi2RxSs_Reset().