Home
last modified time | relevance | path

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

/dports/comms/rtl-433/rtl_433-21.12/include/
H A Dr_device.h19 FSK_DEMOD_MIN_VAL = 16, ///< Dummy. FSK demodulation must start at this value. enumerator
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Drtl_433.c1398 if (r_dev->modulation >= FSK_DEMOD_MIN_VAL) { in main()