/Zephyr-latest/.github/workflows/ |
D | issues-report-config.json | 5 "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/ |
D | test_common.h | 176 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/ |
D | wsen_pads_2511020213301_trigger.c | 222 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
|
D | wsen_pads_2511020213301.h | 82 const uint16_t threshold; member
|
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_gd32.h | 18 #define GD32_DMA_FEATURES_FIFO_THRESHOLD(threshold) (threshold & 0x3) argument
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_nrf5.c | 79 uint8_t threshold; member 193 static void rng_pool_init(struct rng_pool *rngp, uint16_t size, uint8_t threshold) in rng_pool_init()
|
D | entropy_smartbond.c | 30 uint8_t threshold; member 226 static void rng_pool_init(struct rng_pool *rngp, uint16_t size, uint8_t threshold) in rng_pool_init()
|
D | entropy_stm32.c | 66 uint8_t threshold; member 571 uint8_t threshold) in rng_pool_init()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | math_ops.c | 16 const int16_t *in_b, int16_t threshold) in test_near_equal_q15()
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 184 def test_footprint_threshold(self, caplog, out_path, old_ram_multiplier, argument
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362.c | 294 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/ |
D | wsen_tids_2521020222501_trigger.c | 91 struct sensor_value threshold; in tids_2521020222501_trigger_set() local
|
/Zephyr-latest/subsys/sensing/ |
D | sensor_mgmt.c | 160 struct sensor_value threshold = {.val1 = sensitivity}; in set_arbitrate_sensitivity() local
|
/Zephyr-latest/drivers/input/ |
D | input_xpt2046.c | 23 uint16_t threshold; member
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372.c | 590 struct adxl372_activity_threshold threshold; in adxl372_attr_set_thresh() local
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367.c | 792 struct adxl367_activity_threshold threshold; in adxl367_attr_set_thresh() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_npcx_controller.c | 373 const struct device *dev, int threshold, int last) in i2c_ctrl_fifo_rx_setup_threshold_nack()
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 1165 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
|