/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 121 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/ |
D | zcbor_bulk.c | 16 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/ |
D | Kconfig | 11 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/ |
D | zcbor_bulk.h | 103 size_t map_size, size_t *matched);
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | README.txt | 13 - Dual UART transmission with matched and mismatched configurations
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-intro.rst | 10 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/ |
D | test_fs_dirops.c | 137 zassert_true(cp->matched, in check_layout() 286 zassert_true(cp->matched, "foreign file retained"); in check_rename()
|
D | test_fs_util.h | 174 bool matched; member
|
D | test_fs_util.c | 336 cp->matched = true; in check_layout_entry() 353 cp->matched = false; in testfs_bcmd_verify_layout()
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.sam | 34 spi buffer sets for transmit/receive are not always matched equally in
|
D | Kconfig.max32 | 41 spi buffer sets for transmit/receive are not always matched equally in
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 5 # are matched, then twister will not do a full run and optionally will only
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 64 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 | .gitlint | 39 # commit-msg title must be matched to.
|
D | Kconfig.zephyr | 884 starting with "!", to exclude sections matched by a preceding pattern.
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_emul.c | 119 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/ |
D | README.rst | 38 [21746.306149] usbtest 9-1:1.0: matched module params, vend=0x2fe3 prod=0x0009
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 56 - Embedded BALF-NRG-02D3 integrated matched balun with harmonic filter
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/ |
D | README.rst | 87 With all these conditions matched, one can reach 10uA on stm32l562e_dk with this sample.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | friend.c | 1745 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/ |
D | shell.rst | 174 bits in the CAN ID are to be matched. Refer to the interactive help output for this subcommand for
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 183 Project names are matched against each regular expression (``re1``,
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 878 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/ |
D | bap.rst | 233 Found matched broadcast name 'Test Broadcast' with address 03:47:95:75:C0:08 (random)
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 871 matched against higher or lower revisions, such as ``alpha``, ``beta```,
|