Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py121 matched: bool = False
123 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):
126 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):
130 and (matched := _is_element_matched(architecture, qelem.re_architectures)) is False
135 and (matched := _is_element_matched(simulator_name, qelem.re_simulations)) is False
139 if matched:
/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c16 size_t map_size, size_t *matched) in zcbor_map_decode_bulk() argument
25 *matched = 0; in zcbor_map_decode_bulk()
58 ++(*matched); in zcbor_map_decode_bulk()
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig11 substring matched against both BT device name and broadcast name.
20 substring matched against the BT device name.
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/
Dzcbor_bulk.h103 size_t map_size, size_t *matched);
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt13 - Dual UART transmission with matched and mismatched configurations
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst10 Devicetree nodes are matched to bindings using their :ref:`compatible
75 Other ways nodes are matched to bindings
90 The ``baz-device`` node would get matched to a binding with a ``compatible:
94 Nodes without compatible properties can be matched to bindings associated with
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c137 zassert_true(cp->matched, in check_layout()
286 zassert_true(cp->matched, "foreign file retained"); in check_rename()
Dtest_fs_util.h174 bool matched; member
Dtest_fs_util.c336 cp->matched = true; in check_layout_entry()
353 cp->matched = false; in testfs_bcmd_verify_layout()
/Zephyr-latest/drivers/spi/
DKconfig.sam34 spi buffer sets for transmit/receive are not always matched equally in
DKconfig.max3241 spi buffer sets for transmit/receive are not always matched equally in
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt5 # are matched, then twister will not do a full run and optionally will only
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md64 ideal scenario. In reality, it is not. The rates could be matched, but a
67 is still only matched with the input log rate, the core log buffer capacity
/Zephyr-latest/
D.gitlint39 # commit-msg title must be matched to.
DKconfig.zephyr884 starting with "!", to exclude sections matched by a preceding pattern.
/Zephyr-latest/drivers/gpio/
Dgpio_emul.c119 gpio_port_pins_t matched = 0; in get_pins_with_flags() local
127 matched |= BIT(i); in get_pins_with_flags()
131 return matched; in get_pins_with_flags()
/Zephyr-latest/samples/subsys/usb/testusb/
DREADME.rst38 [21746.306149] usbtest 9-1:1.0: matched module params, vend=0x2fe3 prod=0x0009
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/
Dindex.rst56 - Embedded BALF-NRG-02D3 integrated matched balun with harmonic filter
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst87 With all these conditions matched, one can reach 10uA on stm32l562e_dk with this sample.
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c1745 bool matched = false; in bt_mesh_friend_enqueue_tx() local
1750 return matched; in bt_mesh_friend_enqueue_tx()
1770 matched = true; in bt_mesh_friend_enqueue_tx()
1773 return matched; in bt_mesh_friend_enqueue_tx()
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst174 bits in the CAN ID are to be matched. Refer to the interactive help output for this subcommand for
/Zephyr-latest/doc/develop/west/
Dconfig.rst183 Project names are matched against each regular expression (``re1``,
/Zephyr-latest/doc/develop/test/
Dtwister.rst878 Depends on the regex string to be matched
938 when matched to a test log string:
1384 specify the fixture it needs which can then be matched with hardware capability
1402 in the hardware map file will be matched to test scenarios requesting the same fixtures
1414 fixture name by a ``:``. Only the fixture name is matched against the fixtures
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst233 Found matched broadcast name 'Test Broadcast' with address 03:47:95:75:C0:08 (random)
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst871 matched against higher or lower revisions, such as ``alpha``, ``beta```,

12