Home
last modified time | relevance | path

Searched full:range (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/Zephyr-latest/dts/bindings/clock/
Dst,stm32u5-msi-clock.yaml11 - msi-range
15 msi-range:
22 - 0 # range 0 around 48 MHz
23 - 1 # range 1 around 24 MHz
24 - 2 # range 2 around 16 MHz
25 - 3 # range 3 around 12 MHz
26 - 4 # range 4 around 4 MHz (reset value)
27 - 5 # range 5 around 2 MHz
28 - 6 # range 6 around 1.33 MHz
29 - 7 # range 7 around 1 MHz
[all …]
Dst,stm32-msi-clock.yaml11 msi-range:
18 - 0 # range 0 around 100 kHz
19 - 1 # range 1 around 200 kHz
20 - 2 # range 2 around 400 kHz
21 - 3 # range 3 around 800 kHz
22 - 4 # range 4 around 1M Hz
23 - 5 # range 5 around 2 MHz
24 - 6 # range 6 around 4 MHz (reset value)
25 - 7 # range 7 around 8 MHz
26 - 8 # range 8 around 16 MHz
[all …]
Dst,stm32l0-msi-clock.yaml11 - msi-range
14 msi-range:
21 - 0 # range 0, around 65.536 kHz
22 - 1 # range 1, around 131.072 kHz
23 - 2 # range 2, around 262.144 kHz
24 - 3 # range 3, around 524.288 kHz
25 - 4 # range 4, around 1.048 MHz
26 - 5 # range 5, around 2.097 MHz (reset value)
27 - 6 # range 6, around 4.194 MHz
Dst,stm32h7-pll-clock.yaml12 clock in this acceptable range.
42 Valid range: 1 - 63
49 Valid range: 4 - 512
55 Valid range: 1 - 128
61 Valid range: 1 - 128
67 Valid range: 1 - 128
73 Valid range: 0 - 8191
Dst,stm32u5-pll-clock.yaml11 clock in this acceptable range.
45 Valid range: 1 - 16
52 Valid range: 4 - 512
58 Valid range: 1 - 128
64 Valid range: 1 - 128
73 Valid range: 1 - 128
79 Valid range: 0 - 8191
/Zephyr-latest/drivers/fuel_gauge/bq27z746/
Dbq27z746.h15 #define BQ27Z746_ATRATE 0x02 /* R/W, Unit: mA, Range: -32768..32767 */
16 #define BQ27Z746_ATRATETIMETOEMPTY 0x04 /* R/O, Unit: minutes, Range: 0..65535 */
17 #define BQ27Z746_TEMPERATURE 0x06 /* R/O, Unit: 0.1 K, Range: 0..32767 */
18 #define BQ27Z746_VOLTAGE 0x08 /* R/O, Unit: mV, Range: 0..32767 */
20 #define BQ27Z746_CURRENT 0x0C /* R/O, Unit: mA, Range: -32768..32767 */
21 #define BQ27Z746_REMAININGCAPACITY 0x10 /* R/O, Unit: mAh, Range: 0..32767 */
22 #define BQ27Z746_FULLCHARGECAPACITY 0x12 /* R/O, Unit: mAh, Range: 0..32767 */
23 #define BQ27Z746_AVERAGECURRENT 0x14 /* R/O, Unit: mA, Range: -32768..32767 */
24 #define BQ27Z746_AVERAGETIMETOEMPTY 0x16 /* R/O, Unit: minutes, Range: 0..65535 */
25 #define BQ27Z746_AVERAGETIMETOFULL 0x18 /* R/O, Unit: minutes, Range: 0..65535 */
[all …]
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig17 range $(UINT8_MAX) $(UINT16_MAX)
22 range 1 $(UINT8_MAX)
27 range 1 $(UINT8_MAX)
32 range 1 $(UINT16_MAX)
37 range 1 $(UINT8_MAX)
42 range 1 $(UINT8_MAX)
51 range 1 $(UINT8_MAX)
56 range 1 $(UINT8_MAX)
61 range 1 $(UINT8_MAX)
72 range 1 20
[all …]
/Zephyr-latest/drivers/can/
DKconfig.mcux35 range 1 96 if SOC_SERIES_S32K3
36 range 1 32 if SOC_SERIES_S32K1 && !SOC_S32K142W && !SOC_S32K144W
37 range 1 64 if SOC_S32K142W || SOC_S32K144W
38 range 1 128 if SOC_SERIES_S32ZE
45 range 1 15 if SOC_SERIES_KINETIS_KE1XF || SOC_SERIES_KINETIS_K6X
46 range 1 13 if (SOC_SERIES_IMXRT10XX || SOC_SERIES_IMXRT11XX) && CAN_MCUX_FLEXCAN_FD
47 range 1 63 if SOC_SERIES_IMXRT10XX || SOC_SERIES_IMXRT11XX
48 range 1 96 if SOC_SERIES_S32K3
49 range 1 32 if SOC_SERIES_S32K1 && !SOC_S32K142W && !SOC_S32K144W
50 range 1 64 if SOC_S32K142W || SOC_S32K144W
[all …]
/Zephyr-latest/include/zephyr/sys/
Dlinear_range.h20 * @defgroup linear_range Linear Range
23 * The linear range API maps values in a linear range to a range index. A linear
24 * range can be fully defined by four parameters:
47 * A linear range may also be constant, that is, step set to zero.
53 * Implementation uses fixed-width integers. Range is limited to [INT32_MIN,
60 /** @brief Linear range. */
75 * @param _min Minimum value in range.
89 * @brief Obtain the number of values representable in a linear range.
91 * @param[in] r Linear range instance.
103 * @param[in] r Array of linear range instances.
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig26 range 1 3600
35 range 1 100
57 range 1 7
76 range 0 0xff
83 range 0 0xff
90 range 0 0xff
97 range 0 0xff
104 range 0 0xff
111 range 0 0xff
127 range 1 7
[all …]
/Zephyr-latest/include/zephyr/arch/x86/
Dintel_vtd.h53 #define VTD_MTRR_FIX64K_00000_REG 0x120 /* Fixed-range MTRR for 64K_00000 */
54 #define VTD_MTRR_FIX16K_80000_REG 0x128 /* Fixed-range MTRR for 16K_80000 */
55 #define VTD_MTRR_FIX16K_A0000_REG 0x130 /* Fixed-range MTRR for 16K_A0000 */
56 #define VTD_MTRR_FIX4K_C0000_REG 0x138 /* Fixed-range MTRR for 4K_C0000 */
57 #define VTD_MTRR_FIX4K_C8000_REG 0x140 /* Fixed-range MTRR for 4K_C8000 */
58 #define VTD_MTRR_FIX4K_D0000_REG 0x148 /* Fixed-range MTRR for 4K_D0000 */
59 #define VTD_MTRR_FIX4K_D8000_REG 0x150 /* Fixed-range MTRR for 4K_D8000 */
60 #define VTD_MTRR_FIX4K_E0000_REG 0x158 /* Fixed-range MTRR for 4K_E0000 */
61 #define VTD_MTRR_FIX4K_E8000_REG 0x160 /* Fixed-range MTRR for 4K_E8000 */
62 #define VTD_MTRR_FIX4K_F0000_REG 0x168 /* Fixed-range MTRR for 4K_F0000 */
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap41 range 0 $(UINT8_MAX)
49 range 0 $(UINT8_MAX)
56 range 1 24
66 range 0 $(UINT8_MAX)
74 range 0 $(UINT8_MAX)
82 range 1 BT_ISO_MAX_CIG
91 range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
92 range 1 31
101 range 0 $(UINT8_MAX)
109 range 0 $(UINT8_MAX)
[all …]
/Zephyr-latest/dts/bindings/sensor/
Despressif,esp32-temp.yaml11 range:
16 Temperature range is defined by the temperature offset which is used during
20 - 0 # measure range: 50°C ~ 125°C, error < 3°C
21 - 1 # measure range: 20°C ~ 100°C, error < 2°C
22 - 2 # measure range:-10°C ~ 80°C, error < 1°C
23 - 3 # measure range:-30°C ~ 50°C, error < 2°C
24 - 4 # measure range:-40°C ~ 20°C, error < 3°C
/Zephyr-latest/subsys/bluetooth/mesh/
Dsol_pdu_rpl_cli.c30 uint16_t primary, range; in handle_status() local
39 range = net_buf_simple_pull_le16(buf); in handle_status()
40 primary = range >> 1; in handle_status()
45 if (range & BIT(0)) { in handle_status()
57 LOG_DBG("SRPL clear status received: range start: %u, range len: %u", in handle_status()
83 uint16_t range; in sol_pdu_rpl_clear_pdu_create() local
85 range = range_start << 1 | (range_len >= 2 ? 1U : 0); in sol_pdu_rpl_clear_pdu_create()
86 net_buf_simple_add_le16(msg, range); in sol_pdu_rpl_clear_pdu_create()
108 LOG_ERR("Invalid range length"); in bt_mesh_sol_pdu_rpl_clear()
113 LOG_ERR("Range outside unicast address range"); in bt_mesh_sol_pdu_rpl_clear()
[all …]
Dsol_pdu_rpl_srv.c19 uint16_t range, in sol_rpl_status_rsp() argument
26 net_buf_simple_add_le16(&buf, range); in sol_rpl_status_rsp()
40 uint16_t primary, range; in item_clear() local
49 range = net_buf_simple_pull_le16(buf); in item_clear()
50 primary = range >> 1; in item_clear()
53 if (range & BIT(0)) { in item_clear()
66 LOG_WRN("Range outside unicast address range or equal to 0"); in item_clear()
75 sol_rpl_status_rsp(mod, ctx, range, len); in item_clear()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dsol_pdu_rpl_cli.h33 * PDU RPL server.The @c start param represents the start of range that server
34 * has cleared. The @c length param represents length of range cleared by server.
38 * @param range_start Range start value.
39 * @param range_length Range length value.
53 /** @brief Remove entries from Solicitation PDU RPL of addresses in given range.
63 * @param range_start Start of Unicast address range.
64 * @param range_len Length of Unicast address range. Valid values are 0x00 and 0x02
66 * @param start_rsp Range start response buffer.
67 * @param len_rsp Range length response buffer.
75 /** @brief Remove entries from Solicitation PDU RPL of addresses in given range (unacked).
[all …]
/Zephyr-latest/samples/sensor/isl29035/
DREADME.rst15 read sample. If the sensor detects an intensity outside that range the
16 application wakes, displays the intensity, resets the intensity range
41 ALERT 365 lux outside range centered on 0 lux.
45 ALERT 302 lux outside range centered on 365 lux.
48 ALERT 247 lux outside range centered on 302 lux.
51 ALERT 187 lux outside range centered on 247 lux.
54 ALERT 126 lux outside range centered on 187 lux.
57 ALERT 181 lux outside range centered on 126 lux.
60 ALERT 235 lux outside range centered on 181 lux.
63 ALERT 301 lux outside range centered on 235 lux.
[all …]
/Zephyr-latest/samples/sensor/veaa_x_3/src/
Dmain.c18 struct sensor_value range, setpoint, pressure; in main() local
28 (enum sensor_attribute)SENSOR_ATTR_VEAA_X_3_RANGE, &range); in main()
30 printk("get range failed: %d\n", rc); in main()
33 printk("Valve range: %u to %u kPa\n", range.val1, range.val2); in main()
40 setpoint.val1 = range.val1; in main()
65 if (setpoint.val1 > range.val2) { in main()
66 setpoint.val1 = range.val1; in main()
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi229 range 0 4
232 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
238 range 0 4
241 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
247 range 0 4
250 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
256 range 0 4
259 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
265 range 0 6
270 range 0 6
[all …]
/Zephyr-latest/soc/nxp/kinetis/
DKconfig56 range 0 0x18
60 The resulting frequency must be in the range of 2 MHz to 4 MHz.
64 range 0 0x1F
73 range 0 7
77 resulting frequency must be in the range 31.25 kHz to 4 MHz.
81 range 0 7
85 FLL. The resulting frequency must be in the range 31.25 kHz to 39.0625
106 range 0 0xff
115 range 0 0xff
123 range 0 0xff
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ucifi39 range 1 4
46 range 0 20
54 range 0 20
62 range 0 20
70 range 0 20
79 range 0 64
87 range 0 20
96 range 0 20
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_imx_netc36 range 1 1024
46 range 1 1023
53 range 8 256
60 range 64 1536
68 range 1 1023
75 range 8 256
82 range 64 1536
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_augmentation.py32 for i in range(len(data[0]))]
33 for j in range((int(len(data) / molecule) - 1) * denominator)]
34 for i in range(int(len(data) / molecule) - 1):
35 for j in range(len(data[i])):
36 for k in range(denominator):
52 for num in range(5): # pylint: disable=unused-variable
57 tmp_data = [[0 for i in range(len(data[0]))] for j in range(len(data))]
58 for num in range(5):
59 for i in range(len(tmp_data)): # pylint: disable=consider-using-enumerate
60 for j in range(len(tmp_data[i])):
/Zephyr-latest/tests/drivers/gnss/gnss_api/
DKconfig8 range 0 255
13 range 0 255
18 range 0 255
23 range 0 255
/Zephyr-latest/drivers/sensor/tdk/mpu6050/
DKconfig57 int "Accelerometer full-scale range"
60 Magnetometer full-scale range.
61 An X value for the config represents a range of +/- X g. Valid
65 int "Gyroscope full-scale range"
68 Gyroscope full-scale range.
69 An X value for the config represents a range of +/- X degrees/second.

12345678910>>...59