Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_esp/src/
Dmain.c128 int16_t ref_val; /* Reference temperature */ member
226 int16_t ref_val; member
261 rp.ref_val = sys_cpu_to_le16(sensor->ref_val); in read_temp_trigger_setting()
270 int16_t ref_val) in check_condition() argument
282 return new_val < ref_val; in check_condition()
284 return new_val <= ref_val; in check_condition()
286 return new_val > ref_val; in check_condition()
288 return new_val >= ref_val; in check_condition()
290 return new_val == ref_val; in check_condition()
292 return new_val != ref_val; in check_condition()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dfir_f16.c26 size_t length = ARRAY_SIZE(ref_val); in ZTEST()
30 const float16_t *ref = (const float16_t *)ref_val; in ZTEST()
Dfir_f32.c26 size_t length = ARRAY_SIZE(ref_val); in ZTEST()
30 const float32_t *ref = (const float32_t *)ref_val; in ZTEST()
Dfir_q15.c26 size_t length = ARRAY_SIZE(ref_val); in ZTEST()
30 const q15_t *ref = (const q15_t *)ref_val; in ZTEST()
Dfir_q7.c26 size_t length = ARRAY_SIZE(ref_val); in ZTEST()
30 const q7_t *ref = (const q7_t *)ref_val; in ZTEST()
Dfir_q31.c26 size_t length = ARRAY_SIZE(ref_val); in ZTEST()
30 const q31_t *ref = (const q31_t *)ref_val; in ZTEST()
Dfir_q15.pat99 static const q15_t ref_val[1080] = {
Dfir_f16.pat95 static const uint16_t ref_val[1080] = {
Dfir_q7.pat97 static const q7_t ref_val[1840] = {
Dfir_f32.pat299 static const uint32_t ref_val[1992] = {
Dfir_q31.pat299 static const q31_t ref_val[1992] = {