![]() |
xilsem
Vitis Drivers API Documentation
|
This file contains API that can be used to check whether a particular Bit is Essential or not.
MODIFICATION HISTORY:
Ver Who Date Changes
0.1 hv 05/17/2022 Initial creation 0.2 anv 02/24/2025 Updated XSem_EbdLookUp function arguments to make it useful for both mono and ssit.
Functions | |
| u32 | XSem_EbdLookUp (u8 BtIndex, u8 RowIndex, u32 FAddr, u32 QwordIndex, u32 BitIndex, volatile int *XSem_EbdBuffer) |
| This API can be used to check whether a particular bit is an Essential bit or not. More... | |
| u32 XSem_EbdLookUp | ( | u8 | BtIndex, |
| u8 | RowIndex, | ||
| u32 | FAddr, | ||
| u32 | QwordIndex, | ||
| u32 | BitIndex, | ||
| volatile int * | XSem_EbdBuffer | ||
| ) |
This API can be used to check whether a particular bit is an Essential bit or not.
| BtIndex[In] | : Block type (Valid Inputs: 0, 3, 4, 5) RowIndex[In] : Row (Valid Inputs: 0 to 3) FAddr[In] : Frame Address (Valid Inputs: Refer note) QwordIndex[In] : Qword (Valid Inputs: 0 to 24) BitIndex[In] : Bit (Valid Inputs: 0 to 127) XSem_EbdBuffer : Pointer to golden EBD data buffer |
Check if Input bit is set or not, If Set, then the bit is essential, else, not essential