Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/.github/workflows/
Dissues-report-config.json5 "threshold": 0 number
10 "threshold": 20 number
15 "threshold": 100 number
20 "threshold": 500 number
25 "threshold": 100 number
30 "threshold": 100 number
35 "threshold": 100 number
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h176 float64_t threshold) in test_near_equal_f64()
191 float32_t threshold) in test_near_equal_f32()
207 float16_t threshold) in test_near_equal_f16()
222 size_t length, const q63_t *a, const q63_t *b, q63_t threshold) in test_near_equal_q63()
236 size_t length, const q31_t *a, const q31_t *b, q31_t threshold) in test_near_equal_q31()
250 size_t length, const q15_t *a, const q15_t *b, q15_t threshold) in test_near_equal_q15()
264 size_t length, const q7_t *a, const q7_t *b, q7_t threshold) in test_near_equal_q7()
279 float64_t threshold) in test_rel_error_f64()
302 float32_t threshold) in test_rel_error_f32()
326 float16_t threshold) in test_rel_error_f16()
[all …]
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
Dwsen_pads_2511020213301_trigger.c222 int pads_2511020213301_threshold_set(const struct device *dev, const struct sensor_value *threshold) in pads_2511020213301_threshold_set()
236 int pads_2511020213301_threshold_get(const struct device *dev, struct sensor_value *threshold) in pads_2511020213301_threshold_get()
318 struct sensor_value threshold; in pads_2511020213301_init_interrupt() local
Dwsen_pads_2511020213301.h82 const uint16_t threshold; member
/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_gd32.h18 #define GD32_DMA_FEATURES_FIFO_THRESHOLD(threshold) (threshold & 0x3) argument
/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c79 uint8_t threshold; member
193 static void rng_pool_init(struct rng_pool *rngp, uint16_t size, uint8_t threshold) in rng_pool_init()
Dentropy_smartbond.c30 uint8_t threshold; member
226 static void rng_pool_init(struct rng_pool *rngp, uint16_t size, uint8_t threshold) in rng_pool_init()
Dentropy_stm32.c66 uint8_t threshold; member
571 uint8_t threshold) in rng_pool_init()
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dmath_ops.c16 const int16_t *in_b, int16_t threshold) in test_near_equal_q15()
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_footprint.py184 def test_footprint_threshold(self, caplog, out_path, old_ram_multiplier, argument
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362.c294 uint16_t threshold = val->val1; in adxl362_attr_set_thresh() local
393 uint16_t threshold, in adxl362_setup_activity_detection()
451 uint16_t threshold, in adxl362_setup_inactivity_detection()
/Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/
Dwsen_tids_2521020222501_trigger.c91 struct sensor_value threshold; in tids_2521020222501_trigger_set() local
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.c160 struct sensor_value threshold = {.val1 = sensitivity}; in set_arbitrate_sensitivity() local
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c23 uint16_t threshold; member
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c590 struct adxl372_activity_threshold threshold; in adxl372_attr_set_thresh() local
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.c792 struct adxl367_activity_threshold threshold; in adxl367_attr_set_thresh() local
/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.c373 const struct device *dev, int threshold, int last) in i2c_ctrl_fifo_rx_setup_threshold_nack()
/Zephyr-latest/subsys/net/ip/
Dtcp.c1165 int32_t threshold = MIN(conn_mss(conn), conn->recv_win_max / 2); in tcp_short_window() local
1176 int32_t threshold = MAX(conn_mss(conn), conn->recv_win_max / 2); in tcp_need_window_update() local