| /samples/bluetooth/channel_sounding/include/ |
| A D | cs_test_params.h | 17 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 D | tunnel.c | 95 struct virtual_interface_req_params params = { 0 }; in init_tunnel() local 122 params.family = AF_INET6; in init_tunnel() 123 net_ipaddr_copy(¶ms.peer6addr, in init_tunnel() 133 params.family = AF_INET; in init_tunnel() 134 net_ipaddr_copy(¶ms.peer4addr, in init_tunnel() 157 ud.tunnel, ¶ms, sizeof(params)); in init_tunnel() 166 params.mtu = mtu; in init_tunnel() 169 ud.tunnel, ¶ms, 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 D | main.c | 404 iface, ¶ms, sizeof(params)); in enable_txtime_for_queues() 439 memset(¶ms, 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, ¶ms, in set_qbv_params() 467 memset(¶ms, 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(¶ms, 0, sizeof(params)); in set_qbv_params() [all …]
|
| /samples/bluetooth/encrypted_advertising/central/src/ |
| A D | central_ead.c | 216 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, ¶ms); 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, ¶ms); in gatt_read() 286 params.uuid = service_type; in gatt_discover_primary_service() [all …]
|
| /samples/modules/tflite-micro/hello_world/src/ |
| A D | main_functions.cpp | 95 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 D | main.c | 30 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, ¶ms); 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 D | main.c | 231 struct virtual_interface_req_params params = { 0 }; in setup_iface() local 257 params.family = AF_INET6; in setup_iface() 263 net_ipaddr_copy(¶ms.peer6addr, &addr6); in setup_iface() 267 iface, ¶ms, sizeof(params)); in setup_iface() 280 iface, ¶ms, 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(¶ms.peer4addr, &addr4); in setup_iface() 329 iface, ¶ms, sizeof(params)); in setup_iface() 342 iface, ¶ms, in setup_iface() [all …]
|
| /samples/bluetooth/mtu_update/central/src/ |
| A D | central_mtu_update.c | 45 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 D | connected_cs_reflector.c | 53 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 D | connected_cs_initiator.c | 93 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, ¶ms); in main()
|
| A D | cs_test_reflector.c | 62 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 D | cs_test_initiator.c | 96 struct bt_gatt_exchange_params *params) in mtu_exchange_cb() argument
|
| /samples/bluetooth/periodic_sync_conn/src/ |
| A D | main.c | 27 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, ¶ms); in sync_cb()
|
| /samples/net/capture/src/ |
| A D | main.c | 229 struct virtual_interface_req_params params = { 0 }; in init_app() local 252 params.family = AF_UNSPEC; in init_app() 253 memcpy(¶ms.link_types, &link_types, in init_app() 257 net_if_get_by_index(ifindex), ¶ms, in init_app()
|
| /samples/bluetooth/central_ht/src/ |
| A D | main.c | 49 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 D | main.c | 33 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 D | hts.c | 45 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 D | main.cpp | 124 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 D | README.rst | 94 hexdump : Hexdump params command. 95 params : Print params command.
|
| /samples/boards/st/bluetooth/interactive_gui/src/ |
| A D | main.c | 93 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 D | main.c | 193 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 D | main.c | 85 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 D | main.c | 361 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 D | README.rst | 38 [21746.306149] usbtest 9-1:1.0: matched module params, vend=0x2fe3 prod=0x0009
|
| /samples/subsys/shell/shell_module/src/ |
| A D | main.c | 329 SHELL_CMD(params, NULL, "Print params command.", cmd_demo_params),
|