Home
last modified time | relevance | path

Searched refs:index (Results 501 – 525 of 767) sorted by relevance

1...<<2122232425262728293031

/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_63.rst87 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
Dsmp_group_2.rst128 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
221 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
Dsmp_group_8.rst152 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
291 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
391 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
541 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
639 … | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
715 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
/Zephyr-latest/subsys/net/ip/
D6lo.c160 static inline void set_6lo_context(struct net_if *iface, uint8_t index, in set_6lo_context() argument
164 ctx_6co[index].is_used = true; in set_6lo_context()
165 ctx_6co[index].iface = iface; in set_6lo_context()
168 ctx_6co[index].lifetime = context->lifetime; in set_6lo_context()
169 ctx_6co[index].compress = get_6co_compress(context); in set_6lo_context()
170 ctx_6co[index].cid = get_6co_cid(context); in set_6lo_context()
172 net_ipv6_addr_copy_raw((uint8_t *)&ctx_6co[index].prefix, context->prefix); in set_6lo_context()
/Zephyr-latest/drivers/espi/
Despi_npcx.c59 uint8_t index; member
65 .index = ESPI_NPCX_VW_EX_INDEX(DT_PROP_BY_IDX(n, p, i)), \
1457 uint8_t dir, num, index; in espi_npcx_init() local
1462 index = espi_npcx_vw_ex_0[i].index; in espi_npcx_init()
1469 SET_FIELD(inst->VWEVMS[num], NPCX_VWEVMS_INDEX, index); in espi_npcx_init()
1477 SET_FIELD(inst->VWEVSM[num], NPCX_VWEVSM_INDEX, index); in espi_npcx_init()
/Zephyr-latest/dts/arm/intel_socfpga_std/
Dsocfpga.dtsi139 emac-index = <0>;
147 emac-index = <1>;
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h203 uint8_t index; member
465 struct bt_conn *bt_conn_lookup_index(uint8_t index);
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py234 index = words[0]
235 if not index[0].isdigit(): # Skip lines that do not start
/Zephyr-latest/boards/ronoth/lodev/doc/
Dindex.rst147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id…
149 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe…
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py392 index = int(round((luma - 8)/10))
395 return max(0, min(index, 23))
398 def _gray_to_rgb(index): argument
401 return 3*(10*index + 8,) # Returns a 3-tuple
1136 _sel_node_i = _shown.index(node)
1173 _sel_node_i = _shown.index(node)
1205 _sel_node_i = _shown.index(_cur_menu)
1301 _sel_node_i = new_shown.index(node)
1308 _sel_node_i = new_shown.index(node)
1611 val_index = sc.assignable.index(sc.tri_value)
[all …]
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_support.c585 void z_simplelink_get_scan_result(int index, in z_simplelink_get_scan_result() argument
591 __ASSERT_NO_MSG(index <= CONFIG_WIFI_SIMPLELINK_SCAN_COUNT); in z_simplelink_get_scan_result()
592 net_entry = &nwp.net_entries[index]; in z_simplelink_get_scan_result()
/Zephyr-latest/dts/xtensa/espressif/esp32s3/
Desp32s3_common.dtsi403 index = <0>;
414 index = <1>;
425 index = <0>;
436 index = <1>;
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi.h122 return CONTAINER_OF(socket - socket->index, struct eswifi_dev, socket[0]); in eswifi_socket_to_dev()
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/
Dindex.rst35 (UV index)
/Zephyr-latest/doc/security/
Dsecurity-citations.rst46 Available: https://www.owasp.org/index.php/Application_Threat_Modeling.
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c133 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf) in encode_frame() argument
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_srv.rst17 network's IV index, IV update and the Key Refresh state. The Private Beacon Server
/Zephyr-latest/
DCONTRIBUTING.rst10 Guidelines <http://docs.zephyrproject.org/latest/contribute/index.html>`_
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1435 uint8_t index = 0; in nxp_wifi_reg_domain() local
1454 index = nxp_wifi_cfp_no; in nxp_wifi_reg_domain()
1461 reg_domain->chan_info[index + i].center_frequency = in nxp_wifi_reg_domain()
1463 reg_domain->chan_info[index + i].max_power = in nxp_wifi_reg_domain()
1465 reg_domain->chan_info[index + i].supported = 1; in nxp_wifi_reg_domain()
1466 reg_domain->chan_info[index + i].passive_only = in nxp_wifi_reg_domain()
1468 reg_domain->chan_info[index + i].dfs = in nxp_wifi_reg_domain()
1471 index += nxp_wifi_cfp_no; in nxp_wifi_reg_domain()
1473 reg_domain->num_channels = index; in nxp_wifi_reg_domain()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c469 for (size_t index = 0; index < acceptor_count; index++) { in bap_broadcast_assistant_recv_state_cb() local
470 if (conn == connected_conns[index]) { in bap_broadcast_assistant_recv_state_cb()
471 src_id[index] = state->src_id; in bap_broadcast_assistant_recv_state_cb()
/Zephyr-latest/doc/develop/manifest/
Dindex.rst5 West Projects index
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h186 struct acpi_dev *acpi_device_by_index_get(int index);
/Zephyr-latest/tests/bluetooth/tester/
DREADME16 See https://docs.zephyrproject.org/latest/guides/bluetooth/index.html for full
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/
Dindex.rst204 * `GR716 Evaluation and Development Boards <https://www.gaisler.com/index.php/products/boards/gr716…
205 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
206 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst312 The offsets are set by connection index, so connection index 0 gets the first offset,
313 and index 1 gets the second offset, etc.:
414 The gains are set by connection index, so connection index 0 gets the first offset,
415 and index 1 gets the second offset, etc.:

1...<<2122232425262728293031