Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_rpi_pico.c631 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
639 if (tuples[i].parent == target) { in rpi_pico_clkid_tuple_reorder_by_dependencies()
640 rpi_pico_clkid_tuple_swap(&tuples[sorted_idx], &tuples[i]); in rpi_pico_clkid_tuple_reorder_by_dependencies()
644 target = tuples[checked_idx++].clk; in rpi_pico_clkid_tuple_reorder_by_dependencies()
656 struct rpi_pico_clkid_tuple tuples[] = { in clock_control_rpi_pico_init() local
708 rpi_pico_clkid_tuple_reorder_by_dependencies(tuples, ARRAY_SIZE(tuples)); in clock_control_rpi_pico_init()
709 for (uint32_t i = 0; i < ARRAY_SIZE(tuples); i++) { in clock_control_rpi_pico_init()
710 if (tuples[i].clk < 0 || tuples[i].clk >= RPI_PICO_CLOCK_COUNT) { in clock_control_rpi_pico_init()
714 if (!(clock_configure(tuples[i].clk, config->clocks_data[tuples[i].clk].source, in clock_control_rpi_pico_init()
715 config->clocks_data[tuples[i].clk].aux_source, in clock_control_rpi_pico_init()
[all …]
/Zephyr-latest/dts/bindings/spi/
Dnxp,imx-flexspi.yaml80 Array of tuples to configure AHB RX buffers. Format is the following:
81 <prefetch priority master_id buf_size>. Pass multiple tuples to configure
/Zephyr-latest/dts/bindings/mspi/
Dambiq,mspi-device.yaml53 Array of tuples to configure the timing parameters
/Zephyr-latest/dts/bindings/gpio/
Dgpio-controller.yaml32 this property contains an additional set of tuples which specify which GPIOs
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dfu_util.py29 # Test cases are (alt, exe, img, dfuse) tuples.
/Zephyr-latest/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-latest/scripts/west_commands/
Dsdk.py273 tuples = [(re.split(r"\s+", t)) for t in sha256_list.splitlines()]
274 hashtable = {t[1]: t[0] for t in tuples}
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py65 # Tuples compare elementwise in order
/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h35 * these tuples are referenced from devicetree.
/Zephyr-latest/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.py1013 # in Kconfig files. The values are tuples in this form:
/Zephyr-latest/doc/_scripts/
Dredirects.py5 This module contains a variable with a list of tuples (old_url, new_url) for
/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h859 #define SDIO_CCCR_CIS 0x09 /*!< SDIO CIS tuples pointer */
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2172 # (<compatible>, <bus>) tuples (both strings) to Binding objects.
2836 # Returns a list of (<controller>, <data>) tuples, with one tuple per
Ddtlib.py727 A list of (labels, address, length) tuples for the /memreserve/s in the
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h771 * @param[in] ltv_data The array containing the length-type-value tuples