/Zephyr-latest/boards/st/stm32mp157c_dk2/doc/ |
D | stm32mp157_dk2.rst | 277 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/ |
D | i3c_npcx.c | 1930 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/ |
D | ots_client.c | 518 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/ |
D | espi_it8xxx2.c | 340 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/ |
D | nxp_imx95_m7.dtsi | 189 dai-index = <3>;
|
/Zephyr-latest/scripts/build/ |
D | gen_isr_tables.py | 187 return offsets.index(irq)
|
/Zephyr-latest/samples/ |
D | sample_definition_and_criteria.rst | 101 ``samples/index.rst``.
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 61 # doc/develop/toolchains/crosstool_ng.rst and update the index.rst file.
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ots.h | 949 int bt_ots_client_unregister(uint8_t index);
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 61 (taken from https://docs.zephyrproject.org/latest/contribute/coding_guidelines/index.html)
|
/Zephyr-latest/boards/m5stack/m5stack_stamps3/doc/ |
D | index.rst | 189 …e Reference <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html>`_
|
/Zephyr-latest/include/zephyr/drivers/ |
D | auxdisplay.h | 121 uint8_t index; member
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 227 tracking-index = <0>;
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 430 RESULTS_PER_PAGE_OPTIONS.forEach((value, index) => { 434 option.selected = index === 0;
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 39 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/ |
D | index.rst | 302 - ``<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/ |
D | flash_stm32_qspi.c | 1370 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()
|
D | flash_stm32_ospi.c | 2172 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/ |
D | rcar_salvator_x.rst | 183 https://docs.zephyrproject.org/latest/getting_started/index.html#install-a-toolchain
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/ |
D | README.rst | 57 Refer to the `AWS IoT Core Documentation <https://docs.aws.amazon.com/iot/index.html>`_
|
/Zephyr-latest/doc/services/pm/ |
D | system.rst | 79 (higher index in the enum) will offer greater power savings and have higher wake latencies.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 93 assign the address 0x0006 to its primary element using the network key located at index zero.
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 69 and see :ref:`west-config-index` for more details on built-in options. 116 .. _west-config-index:
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 284 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/ |
D | eth_sam_gmac.c | 457 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()
|