/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 19 def guess_file_from_patterns(directory, patterns, name, extensions): argument 20 for pattern in patterns: 30 patterns = [ 36 board_or_shield.dir, patterns, board_or_shield.name, img_exts 42 patterns = [ 49 board_or_shield.dir, patterns, board_or_shield.name, ["rst"]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.h | 47 void radio_df_ant_switch_pattern_set(const uint8_t *patterns, uint8_t len);
|
D | radio_df.c | 93 void radio_df_ant_switch_pattern_set(const uint8_t *patterns, uint8_t len) in radio_df_ant_switch_pattern_set() argument 111 NRF_RADIO->SWITCHPATTERN = patterns[idx]; in radio_df_ant_switch_pattern_set() 121 NRF_RADIO->SWITCHPATTERN = patterns[GUARD_REF_ANTENNA_PATTERN_IDX]; in radio_df_ant_switch_pattern_set()
|
/Zephyr-latest/samples/application_development/ |
D | application_development.rst | 5 These samples illustrate some useful application development patterns and techniques.
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 35 int "Threshold for detected repeated patterns" 39 The number of samples detected with repeating patterns before an alarm
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 60 - The ``source`` statement supports glob patterns and includes each matching 80 The wildcard patterns accepted are the same as for the Python `glob 111 ``rsource`` also supports glob patterns.
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 3 # The patterns listed in this file will be compared with the list of files
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 267 self.patterns = [] 269 self.patterns.append(re.compile(r)) 270 self.patterns_expected = len(self.patterns) 289 if (self.next_pattern < len(self.patterns) and 290 self.patterns[self.next_pattern].search(line)): 295 if self.next_pattern >= len(self.patterns): 298 for i, pattern in enumerate(self.patterns):
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/ |
D | README.rst | 84 Finding locator when the AoA mode is enabled, also update the antenna patterns
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 358 assert len(console.patterns) == num_patterns 359 assert [pattern.pattern for pattern in console.patterns] == [ 412 console.patterns = [re.compile("pattern1"), re.compile("pattern2")]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 356 struct bt_hci_mesh_pattern patterns[0]; member
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 16 and common usage patterns with peripheral devices.
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 376 # ToDo: add patterns here.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 268 * ``ZEP-517`` - build on windows failed "zephyr/Makefile:869: \*\*\* multiple target patterns"
|
D | release-notes-1.6.rst | 282 * ``ZEP-517`` - build on windows failed "zephyr/Makefile:869: \*\*\* multiple target patterns"
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 251 - ``west grep``: search for patterns in local project repositories
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 178 uint8_t patterns[CONFIG_BT_CTLR_MESH_SF_PATTERNS] member 5551 if (!cmd->patterns[i].pattern_len || 5552 cmd->patterns[i].pattern_len > 5557 f->lengths[i] = cmd->patterns[i].pattern_len; 5558 memcpy(f->patterns[i], cmd->patterns[i].pattern, f->lengths[i]); 6519 !memcmp(data, f->patterns[i], f->lengths[i])) {
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 13 tree-wide patches and detection of problematic programming patterns.
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 259 Here are some common patterns:
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 20 # $ARCH and $KCONFIG_BOARD_DIR will be glob patterns when building documentation. 875 match more than one section name. Multiple such patterns can be given
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 251 This may or may not be desirable depending on access patterns. It
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1005 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 1012 # Note the list of default checked file patterns might differ from the list of 1015 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm, 1051 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 1127 # patterns match the file name, INPUT_FILTER is applied. 2451 # patterns (like *.h and *.hpp) to filter out the header-files in the 2452 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 193 int "Number of Mesh scan filter patterns" 198 Set the number of unique Mesh Scan Filter patterns available per
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1154 pattrns||patterns
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 27 …"Deep learning networks learn to model patterns in underlying data. Here, we're going to train a n… 376 …_regression_. It will use _layers_ of _neurons_ to attempt to learn any patterns underlying the tr…
|