/Zephyr-Core-3.5.0/samples/drivers/soc_flash_nrf/ |
D | README.rst | 51 Data read matches data written. Good! 55 Data read matches data written. Good! 59 Data read matches data written. Good! 63 Data read matches data written. Good! 72 Data read matches data written. Good! 76 Data read matches data written. Good! 80 Data read matches data written. Good! 84 Data read matches data written. Good! 93 Data read matches data written. Good! 97 Data read matches data written. Good! [all …]
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | Kconfig.loopback | 29 if the filter matches. 37 if the filter matches. 46 filter matches.
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 39 matches: List[str] = None, 45 self.matches = matches 55 return (sorted(self.matches) == sorted(other.matches) and 148 matches=testcase_names, 299 if result.matches: 300 subcases += result.matches 318 if result.matches: 319 subcases += result.matches
|
D | harness.py | 48 self.matches = OrderedDict() 190 if pattern.search(line) and not r in self.matches: 191 self.matches[r] = line 192 if len(self.matches) == len(self.regex):
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | warnings_filter.py | 78 matches = bool(re.match(self.pattern, str)) 79 self.matched = matches or self.matched 80 return matches
|
/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | test_testsuite.py | 105 matches=[ 124 matches=['1a', '1c', '2a', '2b'], 135 matches=['unit_1a', 'unit_1b', 'Unit_1c'], 151 matches=['unit_1a', 'unit_1b'], 167 matches=['1a', '1b'], 519 matches = ['test_a', 'b'], 528 matches = ['test_b', 'a'], 553 matches = ['test_b', 'a'], 578 matches = ['test_b', 'a'],
|
/Zephyr-Core-3.5.0/subsys/modem/ |
D | modem_chat.c | 81 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = NULL; in modem_chat_script_stop() 83 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_stop() 134 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_next() 150 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = script->abort_matches; in modem_chat_script_start() 380 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_match() 384 if (chat->matches[i][u].match_size != chat->receive_buf_len) { in modem_chat_parse_find_match() 389 if (modem_chat_match_matches_received(chat, &chat->matches[i][u]) == in modem_chat_parse_find_match() 395 chat->parse_match = &chat->matches[i][u]; in modem_chat_parse_find_match() 479 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_catch_all_match() 483 if (chat->matches[i][u].match_size == 0) { in modem_chat_parse_find_catch_all_match() [all …]
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | Kconfig.fnmatch | 10 "*.c" matches the filename "hello.c".
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | menuconfig.py | 2055 if sel_node_i == len(matches) - 1: 2059 and scroll < _max_scroll(matches, matches_win): 2095 matches = [] 2096 add_match = matches.append 2137 matches = [] 2144 bad_re, matches, sel_node_i, scroll) 2151 if matches: 2152 _jump_to(matches[sel_node_i]) 2169 if matches: 2171 _info_dialog(matches[sel_node_i], True) [all …]
|
/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/ |
D | Kconfig | 123 downloaded matches the server side SHA. 125 To check if the data written to permanent storage matches the SHA 137 To check if the download data stream matches the SHA simultaneously,
|
/Zephyr-Core-3.5.0/doc/_doxygen/ |
D | doxygen-awesome-darkmode-toggle.js | 61 return window.matchMedia('(prefers-color-scheme: dark)').matches
|
/Zephyr-Core-3.5.0/samples/drivers/spi_flash/ |
D | README.rst | 42 Data read matches data written. Good!
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | bindings-intro.rst | 33 Here is a minimal binding file which matches the node: 46 The build system matches the ``bar-device`` node to its YAML binding because 47 the node's ``compatible`` property matches the binding's ``compatible:`` line.
|
/Zephyr-Core-3.5.0/samples/drivers/memc/ |
D | README.rst | 48 Read data matches written data
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | extensions.rst | 33 If the pattern ``foo/bar/*/Kconfig`` matches the files 49 is available. ``osource`` is a no-op if no file matches.
|
/Zephyr-Core-3.5.0/scripts/dts/ |
D | README.txt | 19 README.txt matches the standalone python-devicetree repository linked
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | check_compliance.py | 217 matches = re.findall(regex, output, re.MULTILINE) 218 for m in matches: 223 if len(matches) == 0: 942 matches = re.findall(regex, output, re.MULTILINE) 943 for m in matches: 954 if len(matches) == 0:
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 40 Data read matches data written
|
/Zephyr-Core-3.5.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …matches:e})=>{this.mode=e?r:s;this.R(u,{colorScheme:this.mode})}))}const b=t.getItem($);if(b&&[r,s…
|
/Zephyr-Core-3.5.0/include/zephyr/modem/ |
D | chat.h | 228 const struct modem_chat_match *matches[3]; member
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 300 let matches = 0; 306 matches++; 310 if (matches === regexes.length) {
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 47 The default value 19 matches the required fields for the LC3 codec. 62 The default value 19 matches the required fields for the LC3 codec.
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | west.cmake | 64 # Make sure its version matches the minimum required one.
|
/Zephyr-Core-3.5.0/doc/services/tfm/ |
D | integration.rst | 71 This matches the flash memory layout we see in ``flash_layout.h`` in TF-M:
|
/Zephyr-Core-3.5.0/lib/cpp/ |
D | Kconfig | 127 As the Zephyr type now matches the C++ required type, this option
|