Searched refs:demod_ci (Results 1 – 1 of 1) sorted by relevance
120 uint8_t demod_ci = (RRM->DEMOD_DIG_OUT) & 0x03U; in GetDemodCI() local123 uint8_t std_ci = (demod_ci == 0x02U ? 0x01U : 0x00U); in GetDemodCI()