Home
last modified time | relevance | path

Searched full:threshold (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/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/drivers/serial/
DKconfig.sifive26 int "Port 0 RX Interrupt Threshold Count"
30 Port 0 RX Threshold at which the RX FIFO interrupt triggers.
33 int "Port 0 TX Interrupt Threshold Count"
37 Port 0 TX Threshold at which the TX FIFO interrupt triggers.
49 int "Port 0 RX Interrupt Threshold Count"
53 Port 1 RX Threshold at which the RX FIFO interrupt triggers.
56 int "Port 1 TX Interrupt Threshold Count"
60 Port 1 TX Threshold at which the TX FIFO interrupt triggers.
DKconfig.esp3232 hex "ESP32 UART TX FIFO Threshold"
37 Configure the TX FIFO threshold for ESP32 UART driver.
40 hex "ESP32 UART RX FIFO Threshold"
45 Configure the RX FIFO threshold for ESP32 UART driver.
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/
DKconfig9 bool "Nuvoton NPCX ADC threshold detection interruption"
13 This option enables threshold interruption using sensor
19 bool "NPCX ADC threshold detection uses internal work queue"
21 Threshold detection ISR utilizes system work queue for calling
30 This option sets internal ADC NPCX threshold detection workqueue
37 This option sets internal ADC NPCX threshold detection workqueue
/Zephyr-latest/include/zephyr/drivers/adc/
Dadc_npcx_threshold.h20 /* Sets relation between measured value and assetion threshold value.*/
22 /* Sets the threshold value to which measured data is compared. */
31 /* Threshold ocntrol parameter */
38 * @brief Convert input value in millivolts to corresponding threshold register
55 * @brief Set ADC threshold parameter.
61 * @param th_sel Threshold selected.
74 * @brief Enables/Disables ADC threshold interruption.
80 * @param th_sel Threshold selected.
81 * @param enable Enable or disables threshold interruption.
84 * all parameters must be configure prior enabling threshold
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h176 float64_t threshold) in test_near_equal_f64() argument
181 if (fabs(a[index] - b[index]) > threshold) { in test_near_equal_f64()
191 float32_t threshold) in test_near_equal_f32() argument
196 if (fabsf(a[index] - b[index]) > threshold) { in test_near_equal_f32()
207 float16_t threshold) in test_near_equal_f16() argument
212 if (fabsf((float)a[index] - (float)b[index]) > (float)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() argument
227 if (llabs(a[index] - b[index]) > 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() argument
241 if (abs(a[index] - b[index]) > threshold) { in test_near_equal_q31()
[all …]
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/
DKconfig25 bool "ITE it8xxx2 voltage comparator threshold detection uses internal work queue"
27 Threshold detection ISR utilizes system work queue for calling
33 int "ITE it8xxx2 voltage comparator threshold detection work queue priority"
36 This option sets internal ITE voltage comparator threshold detection
40 int "ITE it8xxx2 voltage comparator threshold detection work queue stack size"
43 This option sets internal ITE voltage comparator threshold detection
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml70 description: Thermistor cold threshold in milli-degrees
74 description: Thermistor cool threshold in milli-degrees
78 description: Thermistor warm threshold in milli-degrees
82 description: Thermistor hot threshold in milli-degrees
96 Trickle voltage threshold in uV.
114 Allow charging when below the vbatlow threshold.
124 Die temperature halt threshold in milli-degrees.
125 When die temperature exceeds this threshold, charging will be inhibited.
130 Die temperature resume threshold in milli-degrees.
131 When die temperature falls below this threshold, charging will be permitted.
Dst,stts22h-i2c.yaml31 temperature-hi-threshold:
35 HIGH temperature threshold above which an alarm is triggered.
37 the configuration at power-up. This threshold must be calculated
39 temperature-hi-threshold = 63 + T/0.64 C.
42 temperature-lo-threshold:
46 LOW temperature threshold below which an alarm is triggered.
48 the configuration at power-up. This threshold must be calculated
50 temperature-lo-threshold = 63 + T/0.64 C.
Dnuvoton,adc-cmp.yaml4 This will perform signal comparison with threshold established.
17 threshold-mv:
20 Value in millivolts present on ADC data as threshold assert.
26 threshold assert value that will trigger comparator event.
34 Determines the register for threshold control and event.
Dnxp,fxos8700-common.yaml61 Pulse X-axis threshold
62 Threshold to start the pulse-event detection procedure on the X-axis.
63 Threshold values for each axis are unsigned 7-bit numbers with a fixed
71 Pulse Y-axis threshold
72 Threshold to start the pulse-event detection procedure on the Y-axis.
73 Threshold values for each axis are unsigned 7-bit numbers with a fixed
81 Pulse Z-axis threshold
82 Threshold to start the pulse-event detection procedure on the Z-axis.
83 Threshold values for each axis are unsigned 7-bit numbers with a fixed
93 acceleration on the selected channel exceeding the specified threshold
[all …]
Dst,iis328dq-common.yaml37 threshold-int-pad:
41 Select threshold interrupt pin number (1 or 2).
43 This number represents which of the two interrupt pins (INT_1 or INT_2), if any, the threshold
44 interrupt should be generated from. If this property is not specified, no threshold interrupts
47 - 1 # threshold interrupt is generated on INT1
48 - 2 # threshold interrupt is generated on INT2
Dams,tmd2620.yaml44 proximity-high-threshold:
46 description: high threshold for interrupt. (min. 0; max. 255)
48 proximity-low-threshold:
50 description: low threshold for interrupt. (min. 0; max. 255)
64 1-> 1 consecutive proximity value out of threshold range fires an interrupt
65 2-> 2 consecutive proximity values out of threshold range fires an interrupt
Dvishay,vcnl36825t.yaml92 Cannot be used with threshold interrupt.
106 - "normal": signal if exceeds high or falls below lower threshold
108 - "first high": signal if exceeds high threshold first time and signal again
109 if falls below lower threshold, and proximity count is reached.
110 Do not trigger if high threshold was never exceeded.
111 - "logic high / low": signal if high threshold is exceeded and proximity counts is reached,
112 deactivate if falls below lower threshold.
120 Number of consecutive measurements above/below threshold to signal an interrupt.
Dti,tmp1075.yaml46 lower-threshold:
47 description: Lower threshold for alert interrupt. Expressed in degrees C.
49 upper-threshold:
50 description: Upper threshold for alert interrupt. Expressed in degrees C.
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig28 In this mode the device returns only the over threshold
40 int "Activity threshold in mg"
44 Threshold for activity detection.
47 int "In-activity threshold in mg"
51 Threshold for in-activity detection.
61 Number of multiples of 3.3 ms activity timer for which above threshold
71 threshold for an inactivity event to be detected. Number of multiples
72 of 26 ms inactivity timer for which below threshold acceleration is
82 compared directly to a user set threshold to determine whether
84 activity detection to be based not on an absolute threshold,
/Zephyr-latest/drivers/input/
DKconfig.sbus31 SBUS tends to be a bit noisy you can increase the threshold to
41 int "Threshold value > for INPUT_EV_KEY value 1"
45 sets the threshold to interperted the analogue value as an logic 1
48 int "Threshold value < for INPUT_EV_KEY value 0"
52 sets the threshold to interperted the analogue value as an logic 0
/Zephyr-latest/dts/bindings/dma/
Dgd,gd32-dma-v1.yaml48 fifo-threshold: A 32bit bitfield value specifying FIFO threshold
77 The fifo-threshold cell that places the fourth is configuring FIFO threshold.
79 burst-length in the dma_config struct, and fifo-threshold.
80 A single burst transfer transfers [(4 * fifo-threshold)] bytes using with DMA's FIFO.
83 If the fifo-threshold is a 2-word case, it runs one burst transfer to transfer 8 bytes.
84 Or the fifo-threshold is a 4-word case, runs two times burst transfer to transferring 8 bytes each
99 - fifo-threshold
/Zephyr-latest/dts/bindings/power/
Dnxp,s32-mc-rgm.yaml14 func-reset-threshold:
19 Functional Reset Escalation threshold.
24 Default to maximum threshold (hardware reset value).
26 dest-reset-threshold:
31 Destructive Reset Escalation threshold.
/Zephyr-latest/dts/bindings/w1/
Dmaxim,ds2477_85_common.yaml9 switching-threshold:
18 Default Low-to-High Switching Threshold.
26 active-pull-threshold:
35 Default Active Pullup on Threshold configuration.
37 threshold is recommended.
59 to extern and disable the switching as well as the active-pull threshold.
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig32 int "Activity threshold in raw value"
36 Threshold for activity detection.
39 int "In-activity threshold in raw value"
43 Threshold for in-activity detection.
62 threshold for an inactivity event to be detected. Value is the
85 compared directly to a user set threshold to determine whether
94 compared directly to a user set threshold to determine whether
/Zephyr-latest/samples/sensor/adc_cmp_npcx/src/
Dmain.c39 printf("ADC CMP: Set Upper threshold"); in set_upper_threshold()
44 printf("Error setting upper threshold"); in set_upper_threshold()
54 printf("ADC CMP: Set Lower threshold"); in set_lower_threshold()
59 printf("ADC CMP: Error setting lower threshold"); in set_lower_threshold()
73 printf("ADC CMP: Error %sabling threshold", in enable_threshold()
86 printf("ADC CMP: Lower threshold detected"); in threshold_trigger_handler()
90 printf("ADC CMP: Upper threshold detected"); in threshold_trigger_handler()
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-stallguard.yaml12 stallguard2-threshold:
23 stallguard-threshold-velocity:
27 Threshold velocity for StallGuard2 to detect a stall event.
36 stallguard-threshold-velocity before enabling stallguard.
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc70 int "RX interrupt coalescing packet threshold"
74 RX interrupt coalescing packet threshold. This values determines the
78 int "RX interrupt coalescing timer threshold"
82 RX interrupt coalescing timer threshold, in units of NETC clock cycles.
84 received packet until RX interrupt coalescing packet threshold is reached.
85 If the timer expires before the threshold is reached, an interrupt is
/Zephyr-latest/drivers/entropy/
DKconfig.smartbond27 int "Thread-mode random number pool low-water threshold"
30 Low water-mark threshold in bytes to trigger entropy generation for
45 int "ISR-mode random number pool low-water threshold"
48 Low water-mark threshold in bytes to trigger entropy generation for

12345678910>>...13