Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 115) sorted by relevance

12345

/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/
A Dtest_suite_invalid_inputs.c70 uint32_t options = 0; in ZTEST() local
74 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
75 options |= BT_LE_ADV_OPT_DIR_ADDR_RPA; in ZTEST()
101 uint32_t options = 0; in ZTEST() local
107 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
132 uint32_t options = 0; in ZTEST() local
140 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
171 uint32_t options = 0; in ZTEST() local
179 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
205 uint32_t options = 0; in ZTEST() local
[all …]
A Dmain.c55 uint32_t options = 0; in ZTEST() local
62 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
102 uint32_t options = 0; in ZTEST() local
111 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
156 uint32_t options = 0; in ZTEST() local
165 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
198 uint32_t options = 0; in ZTEST() local
205 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
233 uint32_t options = 0; in ZTEST() local
270 uint32_t options = 0; in ZTEST() local
[all …]
/tests/kernel/timer/timer_behavior/pytest/
A Dsaleae_logic2.py72 def run(seconds, options): argument
73 options = [i for p in options.split(',') for i in p.split('=')]
74 options = dict(zip(options[::2], options[1::2]))
76 device_id = options.get('device-id')
77 address = str(options.get('address'))
78 port = int(options.get('port'))
79 channel = int(options.get('channel'))
80 sample_rate = int(options.get('sample-rate'))
81 threshold_volts = float(options.get('threshold-volts'))
/tests/benchmarks/latency_measure/src/
A Dfifo.c37 uint32_t options = (uint32_t)(uintptr_t)p2; in fifo_put_get_thread_entry() local
45 if ((options & K_USER) == 0) { in fifo_put_get_thread_entry()
107 (void *)(uintptr_t)options, NULL, in fifo_ops()
108 priority - 1, options, K_FOREVER); in fifo_ops()
114 if ((options & K_USER) == 0) { in fifo_ops()
122 cycles -= timestamp_overhead_adjustment(options, options); in fifo_ops()
133 cycles -= timestamp_overhead_adjustment(options, options); in fifo_ops()
141 options & K_USER ? "user" : "kernel"); in fifo_ops()
177 if ((options & K_USER) == 0) { in alt_thread_entry()
220 if ((options & K_USER) == 0) { in alt_thread_entry()
[all …]
A Dlifo.c37 uint32_t options = (uint32_t)(uintptr_t)p2; in lifo_put_get_thread_entry() local
45 if ((options & K_USER) == 0) { in lifo_put_get_thread_entry()
107 (void *)(uintptr_t)options, NULL, in lifo_ops()
108 priority - 1, options, K_FOREVER); in lifo_ops()
114 if ((options & K_USER) == 0) { in lifo_ops()
122 cycles -= timestamp_overhead_adjustment(options, options); in lifo_ops()
133 cycles -= timestamp_overhead_adjustment(options, options); in lifo_ops()
141 options & K_USER ? "user" : "kernel"); in lifo_ops()
177 if ((options & K_USER) == 0) { in alt_thread_entry()
220 if ((options & K_USER) == 0) { in alt_thread_entry()
[all …]
A Dstack.c60 int stack_ops(uint32_t num_iterations, uint32_t options) in stack_ops() argument
78 priority - 1, options, K_FOREVER); in stack_ops()
86 options & K_USER ? "user" : "kernel"); in stack_ops()
91 cycles -= timestamp_overhead_adjustment(options, options); in stack_ops()
98 options & K_USER ? "user" : "kernel"); in stack_ops()
102 cycles -= timestamp_overhead_adjustment(options, options); in stack_ops()
A Dmutex_lock_unlock.c74 int mutex_lock_unlock(uint32_t num_iterations, uint32_t options) in mutex_lock_unlock() argument
89 priority - 1, options, K_FOREVER); in mutex_lock_unlock()
99 (options & K_USER) == K_USER ? "user" : "kernel"); in mutex_lock_unlock()
109 (options & K_USER) == K_USER ? "user" : "kernel"); in mutex_lock_unlock()
A Dmain.c49 extern void sema_test_signal(uint32_t num_iterations, uint32_t options);
50 extern void mutex_lock_unlock(uint32_t num_iterations, uint32_t options);
55 extern int fifo_ops(uint32_t num_iterations, uint32_t options);
58 extern int lifo_ops(uint32_t num_iterations, uint32_t options);
61 extern int event_ops(uint32_t num_iterations, uint32_t options);
66 extern int stack_ops(uint32_t num_iterations, uint32_t options);
A Devents.c173 int event_ops(uint32_t num_iterations, uint32_t options) in event_ops() argument
189 priority - 1, options, K_FOREVER); in event_ops()
200 (options & K_USER) ? "user" : "kernel"); in event_ops()
213 (options & K_USER) ? "user" : "kernel"); in event_ops()
225 (options & K_USER) ? "user" : "kernel"); in event_ops()
237 (options & K_USER) ? "user" : "kernel"); in event_ops()
A Dsema_test_signal_release.c237 int sema_test_signal(uint32_t num_iterations, uint32_t options) in sema_test_signal() argument
254 priority - 1, options, K_FOREVER); in sema_test_signal()
265 (options & K_USER) == K_USER ? "user" : "kernel"); in sema_test_signal()
286 (options & K_USER) == K_USER ? "user" : "kernel"); in sema_test_signal()
A Dint_to_thread.c128 uint32_t options) in int_to_another_thread() argument
139 priority - 2, options, K_FOREVER); in int_to_another_thread()
148 if (options != 0) { in int_to_another_thread()
/tests/drivers/adc/adc_api/src/
A Dtest_adc.c204 const struct adc_sequence_options options = { in test_task_asynchronous_call() local
210 .options = &options, in test_task_asynchronous_call()
228 check_samples(1 + options.extra_samplings); in test_task_asynchronous_call()
254 user_data = sequence->options->user_data; in sample_with_interval_callback()
265 const struct adc_sequence_options options = { in test_task_with_interval() local
272 .options = &options, in test_task_with_interval()
287 zassert_equal(user_data, sequence.options->user_data, in test_task_with_interval()
289 user_data, sequence.options->user_data); in test_task_with_interval()
291 check_samples(1 + options.extra_samplings); in test_task_with_interval()
335 const struct adc_sequence_options options = { in test_task_repeated_samplings() local
[all …]
/tests/subsys/mgmt/mcumgr/all_options/
A Dtestcase.yaml14 mgmt.mcumgr.all.options: {}
15 mgmt.mcumgr.all.options.other:
17 - EXTRA_CONF_FILE="other-options.conf"
/tests/net/all/
A DREADME.txt1 This test tries to enable all possible networking related config options
6 a list of missing network related kconfig options from prj.conf file.
10 * separate conflicting configuration options and create new test cases
/tests/bsim/bluetooth/host/privacy/legacy/src/
A Ddut.c50 static void start_advertising(uint32_t options) in start_advertising() argument
56 param.options |= options; in start_advertising()
/tests/drivers/i2c/i2c_bme688/
A DKconfig1 # I2C BME688 test configuration options
6 …int "Select I2C speed used during the test, selectable options are: I2C_SPEED_STANDARD (0x1U), I2C…
/tests/drivers/i2s/i2s_api/src/
A Dtest_i2s_errors.c23 .options = I2S_OPT_FRAME_CLK_MASTER | in ZTEST_USER()
61 .options = I2S_OPT_FRAME_CLK_MASTER | in ZTEST_USER()
94 .options = in ZTEST_USER()
118 .options = I2S_OPT_FRAME_CLK_MASTER | in ZTEST_USER()
142 .options = in ZTEST_USER()
A Dcommon.c170 i2s_cfg.options = I2S_OPT_FRAME_CLK_MASTER in configure_stream()
174 i2s_cfg.options = I2S_OPT_FRAME_CLK_SLAVE in configure_stream()
177 i2s_cfg.options = I2S_OPT_FRAME_CLK_MASTER in configure_stream()
182 i2s_cfg.options |= I2S_OPT_LOOPBACK; in configure_stream()
/tests/bsim/bluetooth/host/privacy/device/src/
A Dtest_undirected_peripheral.c145 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
170 params.options |= BT_LE_ADV_OPT_CONN; in update_adv_params()
171 params.options |= BT_LE_ADV_OPT_SCANNABLE; in update_adv_params()
174 params.options |= BT_LE_ADV_OPT_CONN; in update_adv_params()
177 params.options |= BT_LE_ADV_OPT_SCANNABLE; in update_adv_params()
184 params.options |= BT_LE_ADV_OPT_EXT_ADV; in update_adv_params()
186 params.options |= BT_LE_ADV_OPT_NOTIFY_SCAN_REQ; in update_adv_params()
194 params.options |= BT_LE_ADV_OPT_USE_IDENTITY; in update_adv_params()
/tests/subsys/mgmt/mcumgr/handler_demo/
A DKconfig4 # of MCUmgr subsystem and provides Kconfig options to configure
8 # MCUMGR_GRP_EXAMPLE_ -- general group options;
10 # When adding Kconfig options, that control the same feature,
/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
A DKconfig4 # of MCUmgr subsystem and provides Kconfig options to configure
8 # MCUMGR_GRP_EXAMPLE_ -- general group options;
10 # When adding Kconfig options, that control the same feature,
/tests/bluetooth/df/connectionless_cte_tx/src/
A Dtest_set_cl_cte_tx_enable.c86 g_param.options = g_param.options | BT_LE_ADV_OPT_CODED; in ZTEST()
99 g_param.options = g_param.options & (~BT_LE_ADV_OPT_CODED); in ZTEST()
/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
A Dmain.c124 adv_param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
157 adv_param.options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
158 adv_param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
/tests/drivers/i2s/i2s_additional/src/
A Dmain.c86 .options = I2S_OPT_FRAME_CLK_MASTER | I2S_OPT_BIT_CLK_MASTER,
88 .options = I2S_OPT_FRAME_CLK_MASTER | I2S_OPT_BIT_CLK_MASTER | I2S_OPT_LOOPBACK,
275 i2s_cfg->options = I2S_OPT_FRAME_CLK_MASTER in configure_stream()
279 i2s_cfg->options = I2S_OPT_FRAME_CLK_SLAVE in configure_stream()
282 i2s_cfg->options = I2S_OPT_FRAME_CLK_MASTER in configure_stream()
738 i2s_cfg.options |= I2S_OPT_BIT_CLK_CONT; in ZTEST()
756 i2s_cfg.options |= I2S_OPT_BIT_CLK_GATED; in ZTEST()
776 i2s_cfg.options = I2S_OPT_FRAME_CLK_MASTER | I2S_OPT_BIT_CLK_SLAVE; in ZTEST()
781 i2s_cfg.options = I2S_OPT_FRAME_CLK_SLAVE | I2S_OPT_BIT_CLK_MASTER; in ZTEST()
793 i2s_cfg.options |= I2S_OPT_LOOPBACK; in ZTEST()
[all …]
/tests/net/lib/lwm2m/lwm2m_rd_client/src/
A Dstubs.c45 struct coap_option *options, uint16_t veclen) in coap_find_options_do_registration_reply_cb_ok() argument
50 options[1].len = sizeof(options0); in coap_find_options_do_registration_reply_cb_ok()
51 memcpy(&options[1].value, &options0, sizeof(options0)); in coap_find_options_do_registration_reply_cb_ok()
52 options[1].len = sizeof(options1); in coap_find_options_do_registration_reply_cb_ok()
53 memcpy(&options[1].value, &options1, sizeof(options1)); in coap_find_options_do_registration_reply_cb_ok()

Completed in 54 milliseconds

12345