Home
last modified time | relevance | path

Searched refs:index (Results 401 – 425 of 767) sorted by relevance

1...<<11121314151617181920>>...31

/Zephyr-latest/doc/build/snippets/
Dindex.rst23 /snippets/index.rst
/Zephyr-latest/doc/connectivity/bluetooth/
Dindex.rst23 api/index.rst
/Zephyr-latest/dts/riscv/niosv/
Dniosv-g.dtsi25 /* Platform interrupts IRQs index start from 16 */
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpunet_common.dtsi36 * http://docs.zephyrproject.org/latest/guides/dts/index.html#flash-partitions
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/
Ddisco_l475_iot1.overlay12 /* first index must be a 32-Bit timer */
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py112 index = parent.index(node)
113 siblings_to_move = parent.children[index + 1 :]
205 index = parent.index(node)
206 siblings_to_move = parent.children[index + 1 :]
231 index = parent.index(node)
232 siblings_to_move = parent.children[index + 1 :]
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gpio_stm32wb0.c107 const uint32_t index = ll_exti_line_to_portpin(line); in irq_cb_wrp_for_line() local
109 return data->irq_cb_table + index; in irq_cb_wrp_for_line()
/Zephyr-latest/drivers/led/
Dncp5623.c201 .index = DT_PROP(led_node_id, index), \
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c1317 #define SPI_DMA_CHANNEL_INIT(index, dir, dir_cap, src_dev, dest_dev) \ argument
1318 .dma_dev = DEVICE_DT_GET(STM32_DMA_CTLR(index, dir)), \
1319 .channel = DT_INST_DMAS_CELL_BY_NAME(index, dir, channel), \
1321 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
1323 STM32_DMA_CHANNEL_CONFIG(index, dir)), \
1325 STM32_DMA_CHANNEL_CONFIG(index, dir)), \
1327 STM32_DMA_CHANNEL_CONFIG(index, dir)), \
1331 STM32_DMA_CHANNEL_CONFIG(index, dir)),\
1336 STM32_DMA_CHANNEL_CONFIG(index, dir)), \
1338 STM32_DMA_CHANNEL_CONFIG(index, dir)), \
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c747 .index = BTP_INDEX_NONE,
931 err = bt_tbs_remote_incoming(cp->index, recv_uri, caller_uri, friendly_name); in tbs_remote_incoming()
954 err = bt_tbs_originate(cp->index, uri, &call_index); in tbs_originate()
969 err = bt_tbs_hold(cp->index); in tbs_hold()
984 err = bt_tbs_remote_hold(cp->index); in tbs_remote_hold()
1007 err = bt_tbs_set_bearer_provider_name(cp->index, bearer_name); in tbs_set_bearer_name()
1023 err = bt_tbs_set_bearer_technology(cp->index, cp->tech); in tbs_set_bearer_technology()
1053 err = bt_tbs_set_uri_scheme_list(cp->index, (const char **)&uri_ptr, cp->uri_count); in tbs_set_uri_scheme_list()
1070 err = bt_tbs_set_status_flags(cp->index, flags); in tbs_set_status_flags()
1086 err = bt_tbs_set_signal_strength(cp->index, cp->strength); in tbs_set_signal_strength()
[all …]
/Zephyr-latest/subsys/net/ip/
Dnet_if.c144 struct net_if *z_impl_net_if_get_by_index(int index) in z_impl_net_if_get_by_index() argument
146 if (index <= 0) { in z_impl_net_if_get_by_index()
150 if (&_net_if_list_start[index - 1] >= _net_if_list_end) { in z_impl_net_if_get_by_index()
151 NET_DBG("Index %d is too large", index); in z_impl_net_if_get_by_index()
155 return &_net_if_list_start[index - 1]; in z_impl_net_if_get_by_index()
159 struct net_if *z_vrfy_net_if_get_by_index(int index) in z_vrfy_net_if_get_by_index() argument
163 iface = net_if_get_by_index(index); in z_vrfy_net_if_get_by_index()
2055 bool z_impl_net_if_ipv6_addr_add_by_index(int index, in z_impl_net_if_ipv6_addr_add_by_index() argument
2062 iface = net_if_get_by_index(index); in z_impl_net_if_ipv6_addr_add_by_index()
2072 bool z_vrfy_net_if_ipv6_addr_add_by_index(int index, in z_vrfy_net_if_ipv6_addr_add_by_index() argument
[all …]
/Zephyr-latest/tests/kernel/mem_protect/futex/src/
Dmain.c38 ZTEST_BMEM int index[TOTAL_THREADS_WAITING]; variable
391 index[i] = i; in ZTEST()
395 &timeout, &index[i], NULL, PRIO_WAIT, in ZTEST()
405 &woken, &index[i], NULL, PRIO_WAKE, in ZTEST()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst31 will take an index (starting from 0) as input. Joining calls require at least 2
172 Omitting an index for commands where a :code:`<instance_index>` can be supplied, defaults to the
226 <dbg> bt_tbs.originate_call: New call with call index 1
227 … bt_tbs.write_call_cp: Index 0: Processed the originate opcode with status success for call index 1
237 <dbg> bt_tbs.bt_tbs_remote_incoming: New call with call index 4
238 …bg> bt_tbs.write_call_cp: Index 0: Processed the accept opcode with status success for call index 4
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs25.dtsi241 ssp-index = <0>;
262 ssp-index = <1>;
283 ssp-index = <2>;
304 ssp-index = <3>;
325 ssp-index = <4>;
346 ssp-index = <5>;
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c666 struct ubx_cfg_gnss_payload *payload, uint8_t index, in ubx_m8_config_block_fill() argument
673 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_GPS; in ubx_m8_config_block_fill()
677 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_GLONASS; in ubx_m8_config_block_fill()
681 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_GALILEO; in ubx_m8_config_block_fill()
685 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_BEIDOU; in ubx_m8_config_block_fill()
689 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_QZSS; in ubx_m8_config_block_fill()
693 payload->config_blocks[index].gnss_id = UBX_GNSS_ID_SBAS; in ubx_m8_config_block_fill()
700 payload->config_blocks[index].flags = enable | signal_config; in ubx_m8_config_block_fill()
/Zephyr-latest/drivers/dai/intel/alh/
Dalh.h109 uint32_t index; /**< index */ member
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst119 * `GRLIB IP Library and LEON3, GPL version <https://www.gaisler.com/index.php/downloads/leongrlib>`_
120 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
121 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
/Zephyr-latest/subsys/bluetooth/host/
Diso_internal.h28 uint8_t index; member
/Zephyr-latest/drivers/timer/
DKconfig.xtensa16 int "System timer CCOMPAREn register index"
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_std_lib.ecl11 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
/Zephyr-latest/boards/openisa/rv32m1_vega/
Drv32m1_vega_openisa_rv32m1_ri5cy.dts33 * http://docs.zephyrproject.org/latest/guides/dts/index.html
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h215 uint8_t index; member
222 uint8_t index; member
Dbap_scan_delegator.c69 uint8_t index; member
134 recv_state->index, state->src_id, bt_addr_le_str(&state->addr), in bt_debug_dump_recv_state()
650 internal_state->index, state->src_id); in scan_delegator_add_source()
866 internal_state->index, state->src_id); in scan_delegator_mod_src()
904 LOG_DBG("Index %u: broadcast code added: %s", internal_state->index, in scan_delegator_broadcast_code()
963 internal_state->index, src_id); in scan_delegator_rem_src()
1195 scan_delegator.recv_states[0].index = 0; in bt_bap_scan_delegator_register()
1198 scan_delegator.recv_states[1].index = 1; in bt_bap_scan_delegator_register()
1201 scan_delegator.recv_states[2].index = 2; in bt_bap_scan_delegator_register()
1314 internal_state->index, src_id); in bt_bap_scan_delegator_set_bis_sync_state()
[all …]
/Zephyr-latest/drivers/video/
Dvideo_common.c163 match->index = fie.index - 1; in video_closest_frmival()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst58 * To set the network key index, call ``mesh target net <NetKeyIdx>``.
59 * To set the application key index, call ``mesh target app <AppKeyIdx>``.
176 index and application index for the shell. These parameters are used by several commands, like
191 Get or set the message network index. The network index determines which network key is used
196 …* ``NetKeyIdx``: If present, sets the new network index. If omitted, the current network index is …
202 Get or set the message application index. The application index determines which application
205 by a Configuration Client, and must be bound to the current network index.
207 …``AppKeyIdx``: If present, sets the new application index. If omitted, the current application ind…
233 Send a raw mesh message with the current destination address, network and application index.
389 * ``IVI``: Indicates the current network IV index. Defaults to 0 if omitted.
[all …]

1...<<11121314151617181920>>...31