Home
last modified time | relevance | path

Searched refs:failing_bit_location (Results 1 – 1 of 1) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CTB/
Dctb_reva.c518 uint16_t failing_bit_location = ~error; in MXC_CTB_ECC_Compare() local
520 int byte = failing_bit_location >> 3; in MXC_CTB_ECC_Compare()
521 int bit = failing_bit_location & 0x7; in MXC_CTB_ECC_Compare()