BFLinux
|
Functions | |
tCIRC | CiLUTcount (tCIp cip, tCIU32 *nBank, tCIU32 *nLane) |
Return count of LUT resources. More... | |
tCIRC | CiLUTsize (tCIp cip, tCIU32 bank, tCIU32 lane, tCIU32 *size, tCIU32 *width) |
Return size of a specific LUT. More... | |
tCIRC | CiLUTwrite (tCIp cip, tCIU32 bank, tCIU32 lane, tCIU32 count, tCIU32 *values) |
Load a LUT. More... | |
tCIRC | CiLUTread (tCIp cip, tCIU32 bank, tCIU32 lane, tCIU32 count, tCIU32 *values) |
Examine a LUT. More... | |
Return count of LUT resources.
cip | this frame grabber |
nBank | number of banks |
nLane | number of lanes |
Examine a LUT.
cip | this frame grabber |
bank | this bank |
lane | this lane |
count | number to read |
values | values returned here |
Return size of a specific LUT.
cip | this frame grabber |
bank | this bank |
lane | this lane |
size | returns number of entries |
width | returns number of bits |