Searched refs:rxIntFrequency (Results 1 – 4 of 4) sorted by relevance
95 .rxIntFrequency = 0,
265 .rxIntFrequency = 1000000,276 .rxIntFrequency = 850000,
63 static void LRF_programCMixN(int32_t rxIntFrequency, uint32_t invSynthFreq);1224 static void LRF_programCMixN(int32_t rxIntFrequency, uint32_t invSynthFreq) in LRF_programCMixN() argument1229 if (rxIntFrequency < 0) in LRF_programCMixN()1231 absRxIntFrequency = -rxIntFrequency; in LRF_programCMixN()1235 absRxIntFrequency = rxIntFrequency; in LRF_programCMixN()1250 if (rxIntFrequency > 0) in LRF_programCMixN()1285 - swConfig->rxIntFrequency; in LRF_programFrequency()1353 LRF_programCMixN(swConfig->rxIntFrequency, invSynthFreq); in LRF_programFrequency()
497 int32_t rxIntFrequency; /*!< Receiver intermediate frequency [Hz] */ member