Home
last modified time | relevance | path

Searched refs:index (Results 626 – 650 of 767) sorted by relevance

1...<<2122232425262728293031

/Zephyr-latest/boards/st/stm32mp157c_dk2/doc/
Dstm32mp157_dk2.rst277 https://wiki.st.com/stm32mpu/index.php/STM32MP1_Developer_Package#Installing_the_SDK
280 …https://wiki.st.com/stm32mpu/index.php/Linux_remoteproc_framework_overview#How_to_use_the_framework
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c1930 int index; in npcx_i3c_target_ibi_raise() local
1964 for (index = 1; index < (request->payload_len - 1); index++) { in npcx_i3c_target_ibi_raise()
1965 inst->WDATAB = request->payload[index]; in npcx_i3c_target_ibi_raise()
1968 inst->WDATABE = request->payload[index]; in npcx_i3c_target_ibi_raise()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c518 int bt_ots_client_unregister(uint8_t index) in bt_ots_client_unregister() argument
520 if (index < ARRAY_SIZE(otc_insts)) { in bt_ots_client_unregister()
521 memset(&otc_insts[index], 0, sizeof(otc_insts[index])); in bt_ots_client_unregister()
/Zephyr-latest/drivers/espi/
Despi_it8xxx2.c340 enum host_pnpcfg_index index, uint8_t data) in ec2i_it8xxx2_write() argument
343 ec2i_it8xxx2_write_pnpcfg(dev, EC2I_ACCESS_INDEX, index); in ec2i_it8xxx2_write()
591 #define VW_CHAN(signal, index, level, valid) \ argument
592 [signal] = {.vw_index = index, .level_mask = level, .valid_mask = valid}
/Zephyr-latest/dts/arm/nxp/
Dnxp_imx95_m7.dtsi189 dai-index = <3>;
/Zephyr-latest/scripts/build/
Dgen_isr_tables.py187 return offsets.index(irq)
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst101 ``samples/index.rst``.
/Zephyr-latest/cmake/modules/
DFindDeprecated.cmake61 # doc/develop/toolchains/crosstool_ng.rst and update the index.rst file.
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h949 int bt_ots_client_unregister(uint8_t index);
/Zephyr-latest/doc/develop/sca/
Declair.rst61 (taken from https://docs.zephyrproject.org/latest/contribute/coding_guidelines/index.html)
/Zephyr-latest/boards/m5stack/m5stack_stamps3/doc/
Dindex.rst189 …e Reference <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html>`_
/Zephyr-latest/include/zephyr/drivers/
Dauxdisplay.h121 uint8_t index; member
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay227 tracking-index = <0>;
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs430 RESULTS_PER_PAGE_OPTIONS.forEach((value, index) => {
434 option.selected = index === 0;
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst39 https://www.kernel.org/doc/html/latest/devicetree/index.html
211 # of the description. This won't be shown in the bindings index.
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/
Dindex.rst302 - ``<rtu_id>`` is the zero-based RTU index
303 - ``<core_id>`` is the zero-based core index relative to the RTU on which to
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c1370 int index = find_lsb_set(dma_cfg.source_data_size) - 1; in flash_stm32_qspi_init() local
1372 hdma.Init.PeriphDataAlignment = table_p_size[index]; in flash_stm32_qspi_init()
1373 hdma.Init.MemDataAlignment = table_m_size[index]; in flash_stm32_qspi_init()
Dflash_stm32_ospi.c2172 int index = find_lsb_set(dma_cfg.source_data_size) - 1; in flash_stm32_ospi_init() local
2179 hdma.Init.SrcDataWidth = table_src_size[index]; in flash_stm32_ospi_init()
2180 hdma.Init.DestDataWidth = table_dest_size[index]; in flash_stm32_ospi_init()
2186 hdma.Init.PeriphDataAlignment = table_p_size[index]; in flash_stm32_ospi_init()
2187 hdma.Init.MemDataAlignment = table_m_size[index]; in flash_stm32_ospi_init()
/Zephyr-latest/boards/renesas/rcar_salvator_x/doc/
Drcar_salvator_x.rst183 https://docs.zephyrproject.org/latest/getting_started/index.html#install-a-toolchain
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst57 Refer to the `AWS IoT Core Documentation <https://docs.aws.amazon.com/iot/index.html>`_
/Zephyr-latest/doc/services/pm/
Dsystem.rst79 (higher index in the enum) will offer greater power savings and have higher wake latencies.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst93 assign the address 0x0006 to its primary element using the network key located at index zero.
/Zephyr-latest/doc/develop/west/
Dconfig.rst69 and see :ref:`west-config-index` for more details on built-in options.
116 .. _west-config-index:
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst284 http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash
293 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c457 static void mac_addr_set(Gmac *gmac, uint8_t index, in mac_addr_set() argument
460 __ASSERT(index < 4, "index has to be in the range 0..3"); in mac_addr_set()
462 gmac->GMAC_SA[index].GMAC_SAB = (mac_addr[3] << 24) in mac_addr_set()
466 gmac->GMAC_SA[index].GMAC_SAT = (mac_addr[5] << 8) in mac_addr_set()

1...<<2122232425262728293031