Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/src/
Dmain.c26 struct bt_le_cs_iq_sample iq; in ZTEST() local
97 iq = bt_le_cs_parse_pct(test_vector[k].input); in ZTEST()
99 zassert_equal(iq.i, test_vector[k].output.i, in ZTEST()
101 iq.i); in ZTEST()
102 zassert_equal(iq.q, test_vector[k].output.q, in ZTEST()
104 iq.q); in ZTEST()
/Zephyr-latest/scripts/
Dtags.sh184 if $1 --version 2>&1 | grep -iq exuberant; then
186 elif $1 --version 2>&1 | grep -iq emacs; then
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst674 * Added support for setting the sync-word and iq-inverted modes in LoRa modems.