![]() |
v_gamma_lut
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the gamma lut core Each core instance should have a configuration structure associated. 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... | |
This typedef contains configuration information for the gamma lut core Each core instance should have a configuration structure associated.
| UINTPTR XV_gamma_lut_Config::BaseAddress |
The base address of the core instance.
| u16 XV_gamma_lut_Config::DeviceId |
Unique ID of device.
| u16 XV_gamma_lut_Config::MaxDataWidth |
Maximum Data width of each channel.
| u16 XV_gamma_lut_Config::MaxHeight |
Maximum rows supported by core instance.
| u16 XV_gamma_lut_Config::MaxWidth |
Maximum columns supported by core instance.
| u16 XV_gamma_lut_Config::PixPerClk |
Samples Per Clock supported by core instance.