![]() |
v_csc
Vitis Drivers API Documentation
|
This typedef contains configuration information for the CSC core. More...
Data Fields | |
u16 | DeviceId |
Unique ID of device. More... | |
UINTPTR | BaseAddress |
The base address of the core instance. More... | |
u16 | PixPerClk |
Samples Per Clock supported by core instance. More... | |
u16 | MaxWidth |
Maximum columns supported by core instance. More... | |
u16 | MaxHeight |
Maximum rows supported by core instance. More... | |
u16 | MaxDataWidth |
Maximum Data width of each channel. More... | |
u16 | Is422Enabled |
4:2:2 color format supported by core instance More... | |
u16 | Is420Enabled |
4:2:0 color format supported by core instance More... | |
u16 | IsDemoWindowEnabled |
CSC demo window supported by core instance. More... | |
This typedef contains configuration information for the CSC core.
Each core instance should have a configuration structure associated.
UINTPTR XV_csc_Config::BaseAddress |
The base address of the core instance.
Referenced by XV_CscDbgReportStatus().
u16 XV_csc_Config::DeviceId |
Unique ID of device.
u16 XV_csc_Config::Is420Enabled |
4:2:0 color format supported by core instance
u16 XV_csc_Config::Is422Enabled |
4:2:2 color format supported by core instance
u16 XV_csc_Config::IsDemoWindowEnabled |
CSC demo window supported by core instance.
u16 XV_csc_Config::MaxDataWidth |
Maximum Data width of each channel.
u16 XV_csc_Config::MaxHeight |
Maximum rows supported by core instance.
u16 XV_csc_Config::MaxWidth |
Maximum columns supported by core instance.
u16 XV_csc_Config::PixPerClk |
Samples Per Clock supported by core instance.