Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dinfoblock.c30 uint16_t inputbit; in crc15_highbitinput() local
35 inputbit = (input[i / 8] >> (7 - i % 8)) & 0x01; in crc15_highbitinput()
38 if (inputbit ^ feedbackbit) { in crc15_highbitinput()