Home
last modified time | relevance | path

Searched full:matching (Results 1 – 25 of 249) sorted by relevance

12345678910

/Zephyr-Core-3.6.0/subsys/shell/
Dshell_wildcard.c47 * 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 …]
Dshell_wildcard.h15 SHELL_WILDCARD_CMD_NO_MATCH_FOUND, /* no matching command */
37 * function will expand this command with all commands matching wildcard
Dshell_utils.h62 * 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/
Dnordic,nrf-gpio-forwarder.yaml44 - 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/
Dtest-regulator-voltage.yaml15 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/
DKconfig13 Matching is not case sensitive.
22 Matching is not case sensitive.
/Zephyr-Core-3.6.0/scripts/schemas/twister/
Dquarantine-schema.yaml11 matching: all
15 matching: all
Dtestsuite-schema.yaml165 matching: "all"
232 matching-rule: "any"
/Zephyr-Core-3.6.0/drivers/i2c/
DKconfig.stm3220 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/
Dst,stm32-i2c-v2.yaml27 matching clock configuration.
35 provided with the matching configuration.
/Zephyr-Core-3.6.0/dts/bindings/lora/
Dst,stm32wl-subghz-radio.yaml29 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/
Dpipe_b.c73 /* 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()
Dpipe_r.c36 /* matching (ALL_N) */ in piperecvtask()
52 /* non-matching (1_TO_N) */ in piperecvtask()
/Zephyr-Core-3.6.0/tests/kernel/fatal/message_capture/src/
Dmain.c61 * - 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/
Dtags.yaml31 # 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/
DKconfig.it8xxx222 must be set to a lower priority than the matching ns16550 device
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Duf2.py98 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/
Dbindings-intro.rst37 # 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/
Dst,stm32h7-spi.yaml6 This compatible stands for all SPI hardware blocks matching the
/Zephyr-Core-3.6.0/kernel/
Dmailbox.c223 /* 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/
Dpm_debug_swj.c19 * expected, configure matching pins to analog in order to save power.
/Zephyr-Core-3.6.0/lib/utils/
Dbitarray.c54 * @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/
Dst,stm32-rcc.yaml16 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/
Dshtcx.h36 /* defines matching the related enums DT_ENUM_IDX: */
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dquarantine.py60 # keep precompiled regexp entiries to speed-up matching
132 """Return True if given element is matching to any of elements from the list"""

12345678910