Searched refs:patterns (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | harness.py | 76 self.patterns = [] 78 self.patterns.append(re.compile(r)) 85 if (self.next_pattern < len(self.patterns) and 86 self.patterns[self.next_pattern].search(line)): 88 if self.next_pattern >= len(self.patterns): 91 for i, pattern in enumerate(self.patterns):
|
/Zephyr-Core-2.7.6/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 34 int "Threshold for detected repeated patterns" 38 The number of samples detected with repeating patterns before an alarm
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.h | 42 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()
|
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/ |
D | extensions.rst | 24 - The ``source`` statement supports glob patterns and includes each matching 44 The wildcard patterns accepted are the same as for the Python `glob 75 ``rsource`` also supports glob patterns.
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | twister_ignore.txt | 3 # The patterns listed in this file will be compared with the list of files
|
/Zephyr-Core-2.7.6/samples/bluetooth/direction_finding_connectionless_tx/ |
D | README.rst | 80 Finding locator when the AoA mode is enabled, also update the antenna patterns
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | hci_vs.h | 277 struct bt_hci_mesh_pattern patterns[0]; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ |
D | Kconfig | 168 int "Number of Mesh scan filter patterns" 173 Set the number of unique Mesh Scan Filter patterns available per
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/ |
D | hci.c | 107 uint8_t patterns[CONFIG_BT_CTLR_MESH_SF_PATTERNS] member 4226 if (!cmd->patterns[i].pattern_len || 4227 cmd->patterns[i].pattern_len > 4232 f->lengths[i] = cmd->patterns[i].pattern_len; 4233 memcpy(f->patterns[i], cmd->patterns[i].pattern, f->lengths[i]); 4705 !memcmp(data, f->patterns[i], f->lengths[i])) {
|
/Zephyr-Core-2.7.6/cmake/linker/armlink/ |
D | scatter_script.cmake | 376 # ToDo: add patterns here.
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.5.rst | 268 * :jira:`ZEP-517` - build on windows failed "zephyr/Makefile:869: \*\*\* multiple target patterns"
|
D | release-notes-1.6.rst | 282 * :jira:`ZEP-517` - build on windows failed "zephyr/Makefile:869: \*\*\* multiple target patterns"
|
/Zephyr-Core-2.7.6/doc/guides/ |
D | coccinelle.rst | 13 tree-wide patches and detection of problematic programming patterns.
|
/Zephyr-Core-2.7.6/doc/ |
D | zephyr.doxyfile.in | 783 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 790 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 827 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 900 # patterns match the file name, INPUT_FILTER is applied. 1956 # patterns (like *.h and *.hpp) to filter out the header-files in the 1957 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/Zephyr-Core-2.7.6/ |
D | Kconfig.zephyr | 16 # $ARCH and $BOARD_DIR will be glob patterns when building documentation.
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | intro.rst | 298 pair is called a "register block". Here are some common patterns:
|
/Zephyr-Core-2.7.6/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…
|