Home
last modified time | relevance | path

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

12345678910>>...12

/Zephyr-latest/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-latest/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-latest/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-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig13 Matching is not case sensitive.
22 Matching is not case sensitive.
/Zephyr-latest/scripts/schemas/twister/
Dquarantine-schema.yaml11 matching: all
15 matching: all
/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg.h51 * @brief Iterate over the bridging table to find a matching entry for the given SRC, DST, and
56 * invoked with the NetKey Index of each matching entry (there can be several). Relaying operation
62 * @param cb The callback function to be invoked for each matching entry.
/Zephyr-latest/drivers/i2c/
DKconfig.stm3220 Driver variant matching `st,stm32-i2c-v1` compatible.
28 Driver variant matching `st,stm32-i2c-v2` compatible.
/Zephyr-latest/dts/bindings/i2c/
Dst,stm32-i2c-v2.yaml27 matching clock configuration.
35 provided with the matching configuration.
/Zephyr-latest/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-latest/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-latest/tests/subsys/zbus/channel_id/
Dtestcase.yaml10 - "Channels (.*) and (.*) have matching IDs (.*)"
/Zephyr-latest/drivers/fpga/
Dfpga_altera_agilex_bridge.h94 /* id - Field is returned unchanged from the matching command header and is
95 * useful for matching responses to commands along with the CLIENT
98 /* client_id - Field is returned unchanged from the matching command header and
99 * is useful for matching responses to commands along with the ID
/Zephyr-latest/tests/kernel/fatal/message_capture/src/
Dmain.c62 * - Success if the log matching regex in step 3.
63 * - Failure if the log is not matching regex in step 3.
/Zephyr-latest/drivers/serial/
DKconfig.it8xxx223 must be set to a lower priority than the matching ns16550 device
/Zephyr-latest/soc/nordic/common/
Dnrf_sys_event.h14 * configured for lowest latency until matching number of calls to
/Zephyr-latest/scripts/west_commands/runners/
Duf2.py98 raise RuntimeError('No matching UF2 partitions found')
101 raise RuntimeError('More than one matching UF2 partitions found')
/Zephyr-latest/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-latest/include/zephyr/drivers/sensor/
Dgrow_r502a.h94 * val->val2 matching score.
119 * val->val2 matching score.
/Zephyr-latest/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-latest/dts/bindings/spi/
Dst,stm32h7-spi.yaml6 This compatible stands for all SPI hardware blocks matching the
/Zephyr-latest/kernel/
Dmailbox.c218 /* save sender id so it can be used during message matching */ in mbox_message_put()
269 /* didn't find a matching receiver: don't wait for one */ in mbox_message_put()
390 /* save receiver id so it can be used during message matching */ in k_mbox_get()
415 /* didn't find a matching sender */ in k_mbox_get()
420 /* don't wait for a matching sender to appear */ in k_mbox_get()
427 /* wait until a matching sender appears or a timeout occurs */ in k_mbox_get()
/Zephyr-latest/soc/st/stm32/common/
Dpm_debug_swj.c19 * expected, configure matching pins to analog in order to save power.

12345678910>>...12