Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 1397) sorted by relevance

12345678910>>...56

/Zephyr-latest/tests/kconfig/functions/
DKconfig5 int
9 int
13 int
17 int
21 int
25 int
29 int
33 int
37 int
41 int
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md126 |LightweightM2M-1.1-int-0 - Client Initiated Bootstrap |:white_check_mark:| |
127 |LightweightM2M-1.1-int-1 - Client Initiated Bootstrap Full (PSK) |:white_check_mark:| |
128 |LightweightM2M-1.1-int-2 - Client Initiated Bootstrap Full (Cert) | |testcase not implemented…
129 |LightweightM2M-1.1-int-3 – Simple Bootstrap from Smartcard |:large_orange_diamond:|We …
130 |LightweightM2M-1.1-int-4 - Bootstrap Delete |:white_check_mark:| |
131 |LightweightM2M-1.1-int-5 - Server Initiated Bootstrap |:white_check_mark:| |
132 |LightweightM2M-1.1-int-6 - Bootstrap Sequence |:white_check_mark:| |
133 |LightweightM2M-1.1-int-7 - Fallback to bootstrap |:white_check_mark:| |
134 |LightweightM2M-1.1-int-8 - Bootstrap Read | |Test cannot be implemented from client side.|
135 |LightweightM2M-1.1-int-9 - Bootstrap and Configuration Consistency | |testcase not implemented…
[all …]
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_test.py56 len_60 = int(self.num_dic["wing"] * 0.6) + int(
57 self.num_dic["ring"] * 0.6) + int(self.num_dic["slope"] * 0.6) + int(
59 len_50 = int(self.num_dic["wing"] * 0.5) + int(
60 self.num_dic["ring"] * 0.5) + int(self.num_dic["slope"] * 0.5) + int(
62 len_20 = int(self.num_dic["wing"] * 0.2) + int(
63 self.num_dic["ring"] * 0.2) + int(self.num_dic["slope"] * 0.2) + int(
/Zephyr-latest/tests/drivers/gnss/gnss_api/
DKconfig7 int "Enabled systems configuration 0"
12 int "Enabled systems configuration 1"
17 int "Enabled systems configuration 2"
22 int "Enabled systems configuration 3"
27 int "Search period for satellites in seconds"
31 int "Timeout waiting for a fix in seconds"
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig15 int "Maximum payload size of an MQTT-SN message"
20 int "Number of preallocated messages"
25 int "Number of topics that can be managed"
30 int "Maximum topic length"
35 int "Maximum number of gateways to store internally"
40 int "Maximum address size for the transport"
49 int "Radius for broadcast messages"
54 int "Number of publishes that can be in-flight at the same time"
59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
71 int "Number of times to retry messages"
[all …]
/Zephyr-latest/scripts/build/
Dllext_slidlib.py29 def generate_slid(symbol_name: str, slid_size: int) -> int: argument
42 return int.from_bytes(hash[0:slid_size], byteorder='big', signed=False)
45 def format_slid(slid: int, slid_size: int) -> str: argument
/Zephyr-latest/scripts/coccinelle/
Dirq_lock.cocci1 /// Use unsigned int as the return value for irq_lock()
19 unsigned int i = irq_lock();
24 + unsigned int
36 unsigned int i;
41 + unsigned int
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py45 r25: float, beta: float, interval: int, temp_init: int, temp_final: int argument
75 type=int,
82 type=int,
89 type=int,
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py223 assert int(built_search.group('executed_on_platform')) == \
225 assert int(built_search.group('only_built')) == \
301 assert int(select_search.group('test_scenarios')) == \
303 assert int(select_search.group('test_instances')) == \
305 assert int(select_search.group('skipped_configurations')) == \
307 assert int(select_search.group('skipped_by_static_filter')) == \
309 assert int(select_search.group('skipped_at_runtime')) == \
315 assert int(pass_search.group('passed_configurations')) == \
317 assert int(pass_search.group('test_instances')) == \
319 assert int(pass_search.group('built_configurations')) == \
[all …]
Dtest_platform.py253 assert int(pass_search.group('passed_configurations')) == \
255 assert int(pass_search.group('test_instances')) == \
261 assert int(built_search.group('executed_on_platform')) == \
263 assert int(built_search.group('only_built')) == \
327 assert int(select_search.group('test_scenarios')) == \
329 assert int(select_search.group('test_instances')) == \
331 assert int(select_search.group('skipped_configurations')) == \
333 assert int(select_search.group('skipped_by_static_filter')) == \
335 assert int(select_search.group('skipped_at_runtime')) == \
341 assert int(pass_search.group('passed_configurations')) == \
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl5 ? bt => int .size 8, ; Base Time
7 ? t => int .size 8, ; Time
8 ? ( vi => int .size 8 // ; Integer Value
18 key-value-pair = ( int => value )
20 value = tstr / bstr / int .size 8 / float / bool
/Zephyr-latest/drivers/modem/
DKconfig.at_shell17 int "User pipe number to use"
21 int "Timeout waiting for response to AT command in seconds"
25 int "Maximum size of AT command"
29 int "Maximum size of AT response"
33 int "Size of modem chat receive buffer in bytes"
DKconfig.cellular38 int "Periodic script interval in milliseconds"
42 int "The UART receive and transmit buffer sizes in bytes."
46 int "The maximum CMUX frame size in bytes."
53 int "The size of the buffers used for the chat scripts in bytes."
57 int "The size of the buffers used for each user pipe in bytes."
61 int "New baudrate to configure modem to, if supported"
67 int "Time modem takes to change baudrate, in milliseconds"
/Zephyr-latest/tests/misc/kconfigoptions/
DKconfig9 int
13 int
17 int
25 int
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.cavs17 int "Offset in the SW ISR Table"
24 int "Parent interrupt number to which CAVS_0 maps"
28 int "Parent interrupt number to which CAVS_1 maps"
32 int "Parent interrupt number to which CAVS_2 maps"
36 int "Parent interrupt number to which CAVS_3 maps"
40 int "CAVS ICTL Init priority"
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py18 test_period = int(config['TIMER_TEST_PERIOD'])
19 test_samples = int(config['TIMER_TEST_SAMPLES'])
24 ticks_per_sec = int(config['SYS_CLOCK_TICKS_PER_SEC'])
33 period_max_drift = (int(config['TIMER_EXTERNAL_TEST_PERIOD_MAX_DRIFT_PPM'])
41 max_stddev = int(config['TIMER_TEST_MAX_STDDEV']) / 1_000_000
45 max_drift_ppm = int(config['TIMER_EXTERNAL_TEST_MAX_DRIFT_PPM'])
95 test_period = int(config['TIMER_TEST_PERIOD'])
96 test_samples = int(config['TIMER_TEST_SAMPLES'])
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_imx_netc16 int "Message Interrupt module select"
22 int "RX thread priority"
28 int "RX thread stack size"
34 int "RX thread budget"
44 int "TX ring number"
51 int "TX ring length"
58 int "TX ring data buffer size"
66 int "RX ring number"
73 int "RX ring length"
80 int "RX ring data buffer size"
DKconfig.nxp_s32_netc18 int "RX thread priority"
24 int "RX thread stack size"
30 int "RX thread budget"
40 int "TX ring length"
47 int "TX ring data buffer size"
55 int "RX ring length"
62 int "RX ring data buffer size"
70 int "RX interrupt coalescing packet threshold"
78 int "RX interrupt coalescing timer threshold"
89 int "MAC filter hash table size"
[all …]
DKconfig.renesas_ra16 int "Stack size for internal incoming packet handler"
23 int "Renesas RA Ethernet receive thread priority"
27 int "Number of Transmit buffer"
32 int "Number of Receive buffer"
/Zephyr-latest/modules/openthread/
DKconfig.thread7 int "Default PAN ID"
11 int "Default Channel"
58 int "Poll period for sleepy end devices [ms]"
63 int "The maximum number of children"
68 int "The maximum number of IPv6 address registrations per child"
85 int "CSL transmitter request time ahead"
91 int "CSL receiver wake up margin in microseconds"
95 int "Minimum receiving time before start of MHR"
101 int "Minimum receiving time after start of MHR"
107 int "CSL uncertainty"
[all …]
/Zephyr-latest/soc/openisa/rv32m1/
DKconfig.defconfig69 int
73 int
77 int
81 int
85 int
89 int
93 int
/Zephyr-latest/samples/boards/nordic/clock_control/
DKconfig5 int "Frequency specification to request from clock in Hz"
13 int "Accuracy specification to request from clock in PPM"
21 int "Precision specification to request from clock"
28 int "Time to wait after boot before requesting clock specs in seconds"
35 int "Time to keep request alive in seconds"
/Zephyr-latest/arch/xtensa/core/
Dgen_zsr.py53 regs = [ f"MISC{n}" for n in range(0, int(get("XCHAL_NUM_MISC_REGS"))) ]
59 have_threadptr = int(get("XCHAL_HAVE_THREADPTR"))
65 for il in range(1, 1 + int(get("XCHAL_NUM_INTLEVELS"))):
67 if il != int(get("XCHAL_DEBUGLEVEL")):
78 intnum = int(m.group(1))
81 intlevel = int(syms[levelsym])
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig19 int "Maximum thread count in CMSIS RTOS V2 application"
28 int "Maximum dynamic thread count in CMSIS RTOS V2 application"
38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
45 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
52 int "Maximum timer count in CMSIS RTOS V2 application"
59 int "Maximum mutex count in CMSIS RTOS V2 application"
66 int "Maximum semaphore count in CMSIS RTOS V2 application"
73 int "Maximum mem slab count in CMSIS RTOS V2 application"
80 int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application"
86 int "Maximum message queue count in CMSIS RTOS V2 application"
[all …]
/Zephyr-latest/drivers/sensor/sx9500/
DKconfig17 int "Proximity channel to use"
32 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_SEMTECH_SX9500),int-gpios)
38 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_SEMTECH_SX9500),int-gpios)
48 int "Sensor delayed work thread stack size"
53 int "Thread priority"

12345678910>>...56