Home
last modified time | relevance | path

Searched full:tuples (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/spi/
Dnxp,imx-flexspi.yaml67 Array of tuples to configure AHB RX buffers. Format is the following:
68 <prefetch priority master_id buf_size>. Pass multiple tuples to configure
/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_rpi_pico.c563 void rpi_pico_clkid_tuple_reorder_by_dependencies(struct rpi_pico_clkid_tuple *tuples, size_t len) in rpi_pico_clkid_tuple_reorder_by_dependencies() argument
571 if (tuples[i].parent == target) { in rpi_pico_clkid_tuple_reorder_by_dependencies()
572 rpi_pico_clkid_tuple_swap(&tuples[sorted_idx], &tuples[i]); in rpi_pico_clkid_tuple_reorder_by_dependencies()
576 target = tuples[checked_idx++].clk; in rpi_pico_clkid_tuple_reorder_by_dependencies()
587 struct rpi_pico_clkid_tuple tuples[] = { in clock_control_rpi_pico_init() local
630 rpi_pico_clkid_tuple_reorder_by_dependencies(tuples, ARRAY_SIZE(tuples)); in clock_control_rpi_pico_init()
631 for (uint32_t i = 0; i < ARRAY_SIZE(tuples); i++) { in clock_control_rpi_pico_init()
632 if (tuples[i].clk < 0 || tuples[i].clk >= RPI_PICO_CLOCK_COUNT) { in clock_control_rpi_pico_init()
636 if (!(clock_configure(tuples[i].clk, config->clocks_data[tuples[i].clk].source, in clock_control_rpi_pico_init()
637 config->clocks_data[tuples[i].clk].aux_source, in clock_control_rpi_pico_init()
[all …]
/Zephyr-Core-3.6.0/dts/bindings/gpio/
Dgpio-controller.yaml32 this property contains an additional set of tuples which specify which GPIOs
/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_dfu_util.py29 # Test cases are (alt, exe, img, dfuse) tuples.
/Zephyr-Core-3.6.0/subsys/sd/
Dsdio.c332 * Tuples provides a list of tuples that should be decoded.
335 uint8_t *tuples, in sdio_read_cis() argument
354 /* Read CIS tuples until we have read all requested CIS tuple codes */ in sdio_read_cis()
382 if (tpl_code == tuples[i]) { in sdio_read_cis()
/Zephyr-Core-3.6.0/doc/_scripts/
Dredirects.py5 This module contains a variable with a list of tuples (old_url, new_url) for
/Zephyr-Core-3.6.0/scripts/build/
Dcheck_init_priorities.py69 # Tuples compare elementwise in order
/Zephyr-Core-3.6.0/include/zephyr/drivers/pcie/
Dpcie.h35 * these tuples are referenced from devicetree.
/Zephyr-Core-3.6.0/scripts/kconfig/
Dkconfiglib.py768 A list with (name, value) tuples for all assignments to undefined symbols
2159 # (<include path>, <Python 'file' object for Kconfig file>) tuples.
2162 # (<filename>, <linenr>) tuples, giving the locations of the 'source'
4167 List of (default, cond) tuples for the symbol's 'default' properties. For
4176 List of (symbol, cond) tuples for the symbol's 'select' properties. For
4187 List of (low, high, cond) tuples for the symbol's 'range' properties. For
5159 List of (symbol, cond) tuples for the choice's 'defaults' properties. For
5638 A tuple of (filename, linenr) tuples, giving the locations of the
7092 # avoids creating temporary dicts/tuples.
Dkconfigfunctions.py858 # in Kconfig files. The values are tuples in this form:
/Zephyr-Core-3.6.0/include/zephyr/sd/
Dsd_spec.h842 #define SDIO_CCCR_CIS 0x09 /*!< SDIO CIS tuples pointer */
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2126 # (<compatible>, <bus>) tuples (both strings) to Binding objects.
2793 # Returns a list of (<controller>, <data>) tuples, with one tuple per
Ddtlib.py719 A list of (labels, address, length) tuples for the /memreserve/s in the