Home
last modified time | relevance | path

Searched refs:params (Results 1 – 25 of 32) sorted by relevance

12

/samples/bluetooth/channel_sounding/include/
A Dcs_test_params.h17 params.role = role; in test_params_get()
24 params.subevent_len = 5000; in test_params_get()
25 params.subevent_interval = 0; in test_params_get()
26 params.max_num_subevents = 1; in test_params_get()
28 params.t_ip1_time = 145; in test_params_get()
29 params.t_ip2_time = 145; in test_params_get()
30 params.t_fcs_time = 150; in test_params_get()
31 params.t_pm_time = 40; in test_params_get()
32 params.t_sw_time = 0; in test_params_get()
38 params.drbg_nonce = 0x1234; in test_params_get()
[all …]
/samples/net/common/
A Dtunnel.c95 struct virtual_interface_req_params params = { 0 }; in init_tunnel() local
122 params.family = AF_INET6; in init_tunnel()
123 net_ipaddr_copy(&params.peer6addr, in init_tunnel()
133 params.family = AF_INET; in init_tunnel()
134 net_ipaddr_copy(&params.peer4addr, in init_tunnel()
157 ud.tunnel, &params, sizeof(params)); in init_tunnel()
166 params.mtu = mtu; in init_tunnel()
169 ud.tunnel, &params, sizeof(params)); in init_tunnel()
172 net_if_get_by_iface(ud.tunnel), params.mtu, ret); in init_tunnel()
/samples/net/sockets/txtime/src/
A Dmain.c404 iface, &params, sizeof(params)); in enable_txtime_for_queues()
439 memset(&params, 0, sizeof(params)); in set_qbv_params()
441 params.qbv_param.port_id = i; in set_qbv_params()
442 params.qbv_param.type = in set_qbv_params()
449 params.qbv_param.gate_control. in set_qbv_params()
459 iface, &params, in set_qbv_params()
467 memset(&params, 0, sizeof(params)); in set_qbv_params()
469 params.qbv_param.port_id = i; in set_qbv_params()
470 params.qbv_param.type = in set_qbv_params()
481 memset(&params, 0, sizeof(params)); in set_qbv_params()
[all …]
/samples/bluetooth/encrypted_advertising/central/src/
A Dcentral_ead.c216 struct bt_gatt_read_params params; in gatt_read() local
220 params.handle_count = 0; in gatt_read()
223 params.by_uuid.uuid = uuid; in gatt_read()
224 params.func = gatt_read_cb; in gatt_read()
228 err = bt_gatt_read(conn, &params); in gatt_read()
242 params.handle_count = 1; in gatt_read()
243 params.single.handle = handle; in gatt_read()
244 params.single.offset = offset; in gatt_read()
248 err = bt_gatt_read(conn, &params); in gatt_read()
286 params.uuid = service_type; in gatt_discover_primary_service()
[all …]
/samples/modules/tflite-micro/hello_world/src/
A Dmain_functions.cpp95 int8_t x_quantized = (int8_t)round(x / input->params.scale) in loop()
96 + input->params.zero_point; in loop()
110 float y = (y_quantized - output->params.zero_point) * output->params.scale; in loop()
/samples/bluetooth/periodic_sync_rsp/src/
A Dmain.c30 struct bt_le_per_adv_sync_subevent_params params; in sync_cb() local
40 params.properties = 0; in sync_cb()
41 params.num_subevents = 1; in sync_cb()
42 params.subevents = subevents; in sync_cb()
45 err = bt_le_per_adv_sync_subevent(sync, &params); in sync_cb()
84 const struct bt_le_per_adv_response_params *params,
149 struct bt_le_per_adv_sync_subevent_params params; in write_timing() local
153 params.properties = 0; in write_timing()
154 params.num_subevents = 1; in write_timing()
155 params.subevents = subevents; in write_timing()
[all …]
/samples/net/virtual/src/
A Dmain.c231 struct virtual_interface_req_params params = { 0 }; in setup_iface() local
257 params.family = AF_INET6; in setup_iface()
263 net_ipaddr_copy(&params.peer6addr, &addr6); in setup_iface()
267 iface, &params, sizeof(params)); in setup_iface()
280 iface, &params, sizeof(params)); in setup_iface()
283 net_if_get_by_iface(iface), params.mtu, ret); in setup_iface()
319 params.family = AF_INET; in setup_iface()
325 net_ipaddr_copy(&params.peer4addr, &addr4); in setup_iface()
329 iface, &params, sizeof(params)); in setup_iface()
342 iface, &params, in setup_iface()
[all …]
/samples/bluetooth/mtu_update/central/src/
A Dcentral_mtu_update.c45 struct bt_gatt_subscribe_params *params, in notify_func() argument
50 params->value_handle = 0U; in notify_func()
57 notify_cb(conn, params, data, length); in notify_func()
64 struct bt_gatt_discover_params *params) in discover_func() argument
70 (void)memset(params, 0, sizeof(*params)); in discover_func()
164 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
/samples/bluetooth/channel_sounding/src/
A Dconnected_cs_reflector.c53 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
94 struct bt_conn_le_cs_capabilities *params) in remote_capabilities_cb() argument
96 ARG_UNUSED(params); in remote_capabilities_cb()
130 struct bt_conn_le_cs_procedure_enable_complete *params) in procedure_enable_cb() argument
133 if (params->state == 1) { in procedure_enable_cb()
144 struct bt_gatt_discover_params *params) in discover_func() argument
171 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func() argument
A Dconnected_cs_initiator.c93 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
143 struct bt_conn_le_cs_capabilities *params) in remote_capabilities_cb() argument
145 ARG_UNUSED(params); in remote_capabilities_cb()
179 struct bt_conn_le_cs_procedure_enable_complete *params) in procedure_enable_cb() argument
182 if (params->state == 1) { in procedure_enable_cb()
367 struct bt_le_cs_procedure_enable_param params = { in main() local
372 err = bt_le_cs_procedure_enable(connection, &params); in main()
A Dcs_test_reflector.c62 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
104 struct bt_gatt_discover_params *params) in discover_func() argument
131 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func() argument
A Dcs_test_initiator.c96 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
/samples/bluetooth/periodic_sync_conn/src/
A Dmain.c27 struct bt_le_per_adv_sync_subevent_params params; in sync_cb() local
35 params.properties = 0; in sync_cb()
36 params.num_subevents = 1; in sync_cb()
37 params.subevents = subevents; in sync_cb()
39 err = bt_le_per_adv_sync_subevent(sync, &params); in sync_cb()
/samples/net/capture/src/
A Dmain.c229 struct virtual_interface_req_params params = { 0 }; in init_app() local
252 params.family = AF_UNSPEC; in init_app()
253 memcpy(&params.link_types, &link_types, in init_app()
257 net_if_get_by_index(ifindex), &params, in init_app()
/samples/bluetooth/central_ht/src/
A Dmain.c49 struct bt_gatt_subscribe_params *params, in notify_func() argument
58 params->value_handle = 0U; in notify_func()
74 struct bt_gatt_discover_params *params) in discover_func() argument
80 (void)memset(params, 0, sizeof(*params)); in discover_func()
/samples/bluetooth/central_hr/src/
A Dmain.c33 struct bt_gatt_subscribe_params *params, in notify_func() argument
38 params->value_handle = 0U; in notify_func()
51 struct bt_gatt_discover_params *params) in discover_func() argument
57 (void)memset(params, 0, sizeof(*params)); in discover_func()
/samples/bluetooth/peripheral_ht/src/
A Dhts.c45 struct bt_gatt_indicate_params *params, uint8_t err) in indicate_cb() argument
50 static void indicate_destroy(struct bt_gatt_indicate_params *params) in indicate_destroy() argument
/samples/modules/tflite-micro/tflm_ethosu/src/
A Dmain.cpp124 InferenceProcessParams *params = static_cast<InferenceProcessParams *>(_params); in inferenceProcessTask() local
129 class InferenceProcess inferenceProcess(params->tensorArena, params->arenaSize); in inferenceProcessTask()
134 static_cast<xInferenceJob *>(k_queue_get(params->queueHandle, Z_FOREVER)); in inferenceProcessTask()
/samples/subsys/shell/shell_module/
A DREADME.rst94 hexdump : Hexdump params command.
95 params : Print params command.
/samples/boards/st/bluetooth/interactive_gui/src/
A Dmain.c93 uint8_t params[2]; member
111 rsp->params[0] = KERNEL_VERSION_MAJOR; in parse_cmd()
113 rsp->params[1] = (KERNEL_VERSION_MINOR * 10) + 9; in parse_cmd()
115 rsp->params[1] = (KERNEL_VERSION_MINOR * 10) + KERNEL_PATCHLEVEL; in parse_cmd()
/samples/bluetooth/periodic_adv_rsp/src/
A Dmain.c193 struct bt_gatt_discover_params *params) in discover_func() argument
220 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func() argument
/samples/bluetooth/peripheral/src/
A Dmain.c85 struct bt_gatt_indicate_params *params, uint8_t err) in indicate_cb() argument
90 static void indicate_destroy(struct bt_gatt_indicate_params *params) in indicate_destroy() argument
/samples/bluetooth/central_otc/src/
A Dmain.c361 struct bt_gatt_discover_params *params) in discover_func() argument
367 (void)memset(params, 0, sizeof(*params)); in discover_func()
/samples/subsys/usb/testusb/
A DREADME.rst38 [21746.306149] usbtest 9-1:1.0: matched module params, vend=0x2fe3 prod=0x0009
/samples/subsys/shell/shell_module/src/
A Dmain.c329 SHELL_CMD(params, NULL, "Print params command.", cmd_demo_params),

Completed in 68 milliseconds

12