/Zephyr-latest/drivers/i2c/ |
D | i2c_esp32.c | 76 int index; member 154 if (config->index >= SOC_I2C_NUM) { in i2c_esp32_config_pin() 827 .index = idx, \
|
/Zephyr-latest/drivers/video/ |
D | ov5640.c | 906 if (i == ARRAY_SIZE(modes) || fie->index >= ARRAY_SIZE(ov5640_frame_rates) || in ov5640_enum_frmival() 907 ov5640_frame_rates[fie->index] > modes[i].max_frmrate) { in ov5640_enum_frmival() 913 fie->discrete.denominator = ov5640_frame_rates[fie->index]; in ov5640_enum_frmival()
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.c | 314 uint32_t index) in dai_dmic_program_channel_map() argument 318 uint32_t reg_add = dmic->shim_base + DMICXPCMSyCM_OFFSET + 0x0004*index; in dai_dmic_program_channel_map() 324 ARG_UNUSED(index); in dai_dmic_program_channel_map()
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 267 http://processors.wiki.ti.com/index.php/CC31xx_%26_CC32xx 282 http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash 291 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_ace20_lnl.dtsi | 225 ssp-index = <0>; 249 ssp-index = <1>; 273 ssp-index = <2>;
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 643 struct acpi_dev *acpi_device_by_index_get(int index) in acpi_device_by_index_get() argument 645 return index < acpi.num_dev ? &acpi.child_dev[index] : NULL; in acpi_device_by_index_get()
|
/Zephyr-latest/drivers/can/ |
D | can_stm32_bxcan.c | 120 int filter_id, index; in can_stm32_rx_isr_handler() local 137 index = filter_id - CONFIG_CAN_MAX_EXT_ID_FILTER; in can_stm32_rx_isr_handler() 138 callback = data->rx_cb_std[index]; in can_stm32_rx_isr_handler() 139 cb_arg = data->cb_arg_std[index]; in can_stm32_rx_isr_handler()
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.x86 | 76 Note: this MUST be set to the index immediately after the
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 182 rootObj = doxmlparser.index.parse(inDirName + "/index.xml", True)
|
/Zephyr-latest/dts/xtensa/nxp/ |
D | nxp_imx8.dtsi | 148 dai-index = <1>;
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 304 string(JSON index LENGTH "${subjson}") 306 math(EXPR stop "${index} + ${length} - 1") 308 foreach(i RANGE ${index} ${stop})
|
/Zephyr-latest/boards/nordic/nrf7002dk/doc/ |
D | index.rst | 337 …https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/index.html#configu… 339 …https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf70/index.html#ug-n… 341 https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/wifi/index.html#ug-wifi
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 239 - ``DT_REG_ADDR_BY_IDX(node_id, idx)``: address of register block at index 241 - ``DT_REG_SIZE_BY_IDX(node_id, idx)``: size of block at index ``idx`` 272 Here, ``idx`` is the logical index into the ``interrupts`` array, i.e. it is 273 the index of an individual interrupt specifier in the property. The ``val``
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 89 Select index of up-buffer used for logger output, by default it uses
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | README.rst | 60 :zephyr_file:`samples/subsys/usb/webusb/index.html`.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | flash.h | 423 uint32_t index; member
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1152 # (index.html). This can be useful if you have a project on for instance GitHub 1294 # Configuration options related to the alphabetical class index 1297 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1305 # that should be ignored while generating the index headers. The IGNORE_PREFIX 1455 # documentation will contain a main index with vertical navigation menus that 1456 # are dynamically created via JavaScript. If disabled, the navigation index will 1513 # If the GENERATE_DOCSET tag is set to YES, additional index files will be 1566 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1567 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 1579 # HTML files also contain an index, a table of contents, and you can search for [all …]
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 202 | "err" -> "rc" | contains the index of the group-based error code. Only appears if | 405 | "err" -> "rc" | contains the index of the group-based error code. Only appears if | 507 | "err" -> "rc" | contains the index of the group-based error code. Only appears if | 627 …| "err" -> "rc" | contains the index of the group-based error code. Only appears ifnon-zero (e…
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cdb.c | 73 uint32_t index; member 200 bt_mesh_cdb.iv_index = net.iv.index; in cdb_net_set() 1129 net.iv.index = bt_mesh_cdb.iv_index; in store_cdb_pending_net()
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 243 instance_no = node.edt.compat2nodes[compat].index(node) 678 ret = {f"{macro}_IDX_{i}_ENUM_IDX": index for i, index in enumerate(prop.enum_indices)}
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_vcp.c | 164 .index = BTP_INDEX_NONE, 406 .index = BTP_INDEX_NONE, 951 .index = BTP_INDEX_NONE,
|
D | btp_csip.c | 320 .index = BTP_INDEX_NONE,
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_device.c | 462 uint8_t index = 0U; in usb_get_descriptor() local 469 index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in usb_get_descriptor() 485 if (cur_index == index) { in usb_get_descriptor()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 563 uint8_t index; member
|
/Zephyr-latest/dts/riscv/espressif/esp32c2/ |
D | esp32c2_common.dtsi | 180 index = <0>;
|