Searched full:matching (Results 1 – 25 of 249) sorted by relevance
12345678910
/Zephyr-Core-3.6.0/subsys/shell/ |
D | shell_wildcard.c | 47 * shell buffer matching to wildcard pattern. 49 * Function will search commands tree for commands matching wildcard pattern 51 * replaced by matching commands. If there is no space in the buffer to add all 52 * matching commands function will add as many as possible. Next it will 53 * continue to search for next wildcard pattern and it will try to add matching 63 * @retval WILDCARD_CMD_ADDED All matching commands added to the buffer. 64 * @retval WILDCARD_CMD_ADDED_MISSING_SPACE Not all matching commands added 67 * @retval WILDCARD_CMD_NO_MATCH_FOUND No matching command found. 88 " expand all commands matching" in commands_expand() 135 * replaced by matching command(s). in z_shell_wildcard_prepare() [all …]
|
D | shell_wildcard.h | 15 SHELL_WILDCARD_CMD_NO_MATCH_FOUND, /* no matching command */ 37 * function will expand this command with all commands matching wildcard
|
D | shell_utils.h | 62 * for a level given by argc and matching command patter provided in argv. 67 * @param match_arg Subcommand level of last matching argument.
|
/Zephyr-Core-3.6.0/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 44 - P0.30 (matching `tx-en-gpios`) 45 - P1.11 (matching `rx-en-gpios`) 46 - P1.10 (matching `pdn-gpios`) 47 - P1.12 (matching `mode-gpios`) 51 GPIO flags must be set in the matching node that these GPIOs are forwarded 75 from this array, their GPIO flags must be set in the matching
|
/Zephyr-Core-3.6.0/tests/drivers/regulator/voltage/dts/bindings/ |
D | test-regulator-voltage.yaml | 15 Regulators to be tested. Each entry must have a matching ADC entry in 22 ADC channels to be used. Each entry must have a matching entry in 31 require more, though. Each entry must have a matching entry in
|
/Zephyr-Core-3.6.0/samples/bluetooth/broadcast_audio_assistant/ |
D | Kconfig | 13 Matching is not case sensitive. 22 Matching is not case sensitive.
|
/Zephyr-Core-3.6.0/scripts/schemas/twister/ |
D | quarantine-schema.yaml | 11 matching: all 15 matching: all
|
D | testsuite-schema.yaml | 165 matching: "all" 232 matching-rule: "any"
|
/Zephyr-Core-3.6.0/drivers/i2c/ |
D | Kconfig.stm32 | 20 Driver variant matching `st,stm32-i2c-v1` compatible. 30 Driver variant matching `st,stm32-i2c-v2` compatible.
|
/Zephyr-Core-3.6.0/dts/bindings/i2c/ |
D | st,stm32-i2c-v2.yaml | 27 matching clock configuration. 35 provided with the matching configuration.
|
/Zephyr-Core-3.6.0/dts/bindings/lora/ |
D | st,stm32wl-subghz-radio.yaml | 29 Maximum design power for the board's RFO_LP output matching network. 45 Maximum design power for the board's RFO_HP output matching network.
|
/Zephyr-Core-3.6.0/tests/benchmarks/app_kernel/src/ |
D | pipe_b.c | 73 /* non-buffered operation, matching (ALL_N) */ in pipe_test() 83 "matching sizes (_ALL_N)" in pipe_test() 107 /* non-buffered operation, non-matching (1_TO_N) */ in pipe_test() 110 "non-matching sizes (1_TO_N) to higher priority" in pipe_test() 116 "non-matching sizes (1_TO_N) to lower priority" in pipe_test()
|
D | pipe_r.c | 36 /* matching (ALL_N) */ in piperecvtask() 52 /* non-matching (1_TO_N) */ in piperecvtask()
|
/Zephyr-Core-3.6.0/tests/kernel/fatal/message_capture/src/ |
D | main.c | 61 * - Success if the log matching regex in step 3. 62 * - Failure if the log is not matching regex in step 3.
|
/Zephyr-Core-3.6.0/scripts/ci/ |
D | tags.yaml | 31 # Like 'files', but any matching files will be excluded from the tag. 34 # Like 'files-regex', but any matching files will be excluded from the
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.it8xxx2 | 22 must be set to a lower priority than the matching ns16550 device
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | uf2.py | 98 raise RuntimeError('No matching UF2 partitions found') 101 raise RuntimeError('More than one matching UF2 partitions found')
|
/Zephyr-Core-3.6.0/doc/build/dts/ |
D | bindings-intro.rst | 37 # A YAML binding matching the node 97 account when matching nodes to bindings. (See :ref:`dt-bindings-on-bus` for 125 subdirectories, when matching nodes to bindings. A file is considered YAML if
|
/Zephyr-Core-3.6.0/dts/bindings/spi/ |
D | st,stm32h7-spi.yaml | 6 This compatible stands for all SPI hardware blocks matching the
|
/Zephyr-Core-3.6.0/kernel/ |
D | mailbox.c | 223 /* save sender id so it can be used during message matching */ in mbox_message_put() 274 /* didn't find a matching receiver: don't wait for one */ in mbox_message_put() 395 /* save receiver id so it can be used during message matching */ in k_mbox_get() 420 /* didn't find a matching sender */ in k_mbox_get() 425 /* don't wait for a matching sender to appear */ in k_mbox_get() 432 /* wait until a matching sender appears or a timeout occurs */ in k_mbox_get()
|
/Zephyr-Core-3.6.0/soc/arm/st_stm32/common/ |
D | pm_debug_swj.c | 19 * expected, configure matching pins to analog in order to save power.
|
/Zephyr-Core-3.6.0/lib/utils/ |
D | bitarray.c | 54 * @param[in] match_set True if matching all set bits, 55 * False if matching all cleared bits 56 * @param[out] bd Data related to matching which can be 85 /* Not matching to mask. */ in match_region() 90 /* Matching to mask. */ in match_region() 104 /* Start bundle not matching to mask. */ in match_region() 117 /* End bundle not matching to mask. */ in match_region()
|
/Zephyr-Core-3.6.0/dts/bindings/clock/ |
D | st,stm32-rcc.yaml | 16 Last, peripheral bus clocks (typically PCLK1, PCLK2) should be configured using matching 67 should be the one matching SoC reset state. Confere reference manual to check
|
/Zephyr-Core-3.6.0/drivers/sensor/shtcx/ |
D | shtcx.h | 36 /* defines matching the related enums DT_ENUM_IDX: */
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 60 # keep precompiled regexp entiries to speed-up matching 132 """Return True if given element is matching to any of elements from the list"""
|
12345678910