Searched full:tuples (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.6.0/dts/bindings/spi/ |
D | nxp,imx-flexspi.yaml | 67 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/ |
D | clock_control_rpi_pico.c | 563 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/ |
D | gpio-controller.yaml | 32 this property contains an additional set of tuples which specify which GPIOs
|
/Zephyr-Core-3.6.0/scripts/west_commands/tests/ |
D | test_dfu_util.py | 29 # Test cases are (alt, exe, img, dfuse) tuples.
|
/Zephyr-Core-3.6.0/subsys/sd/ |
D | sdio.c | 332 * 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/ |
D | redirects.py | 5 This module contains a variable with a list of tuples (old_url, new_url) for
|
/Zephyr-Core-3.6.0/scripts/build/ |
D | check_init_priorities.py | 69 # Tuples compare elementwise in order
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/pcie/ |
D | pcie.h | 35 * these tuples are referenced from devicetree.
|
/Zephyr-Core-3.6.0/scripts/kconfig/ |
D | kconfiglib.py | 768 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.
|
D | kconfigfunctions.py | 858 # in Kconfig files. The values are tuples in this form:
|
/Zephyr-Core-3.6.0/include/zephyr/sd/ |
D | sd_spec.h | 842 #define SDIO_CCCR_CIS 0x09 /*!< SDIO CIS tuples pointer */
|
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 2126 # (<compatible>, <bus>) tuples (both strings) to Binding objects. 2793 # Returns a list of (<controller>, <data>) tuples, with one tuple per
|
D | dtlib.py | 719 A list of (labels, address, length) tuples for the /memreserve/s in the
|