Searched full:contain (Results 1 – 25 of 476) sorted by relevance
12345678910>>...20
| /Zephyr-latest/drivers/display/ |
| D | display_st7567_regs.h | 10 /* All following bytes will contain commands */ 12 /* All following bytes will contain data */ 14 /* The next byte will contain a command, then expect another control byte */
|
| D | ssd1306_regs.h | 11 /* All following bytes will contain commands */ 13 /* All following bytes will contain data */ 15 /* The next byte will contain a command */ 17 /* The next byte will contain data */
|
| /Zephyr-latest/cmake/compiler/ |
| D | compiler_features.cmake | 12 # - `compile_feature_c99` will contain `c_std_90;c_std_99` 13 # - `compile_feature_iso9899:2011` will contain `c_std_90;c_std_99;c_std_11`
|
| /Zephyr-latest/soc/nordic/nrf54h/bicr/ |
| D | Kconfig | 10 directory must contain a "bicr.json" file for this option to work.
|
| /Zephyr-latest/doc/connectivity/networking/ |
| D | net_pkt_processing_stats.rst | 53 The numbers inside the brackets contain information how many microseconds it 57 contain this information: 71 contain this information:
|
| /Zephyr-latest/dts/bindings/mtd/ |
| D | nordic,owned-partitions.yaml | 13 A single memory node can contain multiple partition tables, each with a 16 are allowed to contain gaps between the partitions, but this is discouraged.
|
| /Zephyr-latest/submanifests/ |
| D | README.txt | 1 This directory can contain additional west manifest files. Any files
|
| /Zephyr-latest/subsys/net/lib/capture/ |
| D | Kconfig | 31 Each net_pkt will contain a list of net_buf's that contain
|
| /Zephyr-latest/samples/userspace/prod_consumer/src/ |
| D | app_shared.c | 9 /* Define the shared partition, which will contain a memory region that
|
| /Zephyr-latest/ |
| D | .gitlint | 31 [title-must-not-contain-word] 41 # (e.g. title-must-not-contain-word).
|
| /Zephyr-latest/doc/contribute/style/ |
| D | index.rst | 30 it to contain: 40 *$ZEPHYR_BASE/.git/hooks/pre-push* executable and edit it to contain:
|
| /Zephyr-latest/drivers/rtc/ |
| D | rtc_utils.h | 19 * Ensure that any fields selected by mask contain a valid value.
|
| /Zephyr-latest/boards/shields/ |
| D | CMakeLists.txt | 3 # Shield directories may contain multiple shields. Filter out duplicate
|
| /Zephyr-latest/boards/ |
| D | Kconfig.v2 | 25 For example, if building for ``nrf5340dk/nrf5340/cpuapp`` then this will contain the
|
| /Zephyr-latest/dts/bindings/interrupt-controller/ |
| D | st,stm32-exti.yaml | 34 5 first lines contain one element
|
| /Zephyr-latest/scripts/dts/ |
| D | README.txt | 1 This directory used to contain the edtlib.py and dtlib.py libraries
|
| /Zephyr-latest/dts/bindings/coredump/ |
| D | zephyr,coredump.yaml | 21 into the coredump. The memory-regions array can contain 0 or more entries, and more
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | winstream.h | 41 * @param buf Pointer to a region of memory to contain the stream 42 * @param buflen Length of the buffer, must be large enough to contain
|
| /Zephyr-latest/doc/build/dts/ |
| D | index.rst | 41 These pages contain reference material for Zephyr's devicetree APIs and
|
| /Zephyr-latest/include/zephyr/net/ |
| D | socketutils.h | 34 * @param def_port Default port number to use if addr_str doesn't contain it
|
| /Zephyr-latest/scripts/west_commands/fetchers/ |
| D | __init__.py | 29 # Those do not contain subclasses of ZephyrBlobFetcher
|
| /Zephyr-latest/subsys/fs/nvs/ |
| D | Kconfig | 44 not contain a valid NVS. A region containing an invalid NVS can be
|
| /Zephyr-latest/doc/project/ |
| D | issues.rst | 9 Any changes that originate from a tracked feature or issue should contain a
|
| /Zephyr-latest/doc/build/flashing/ |
| D | configuration.rst | 30 they apply to using a ``runners`` list value, this can contain ``all`` if it applies to all 31 runners, otherwise must contain each runner that it applies to using the runner-specific name.
|
| /Zephyr-latest/soc/ |
| D | CMakeLists.txt | 35 # A SoC root for HWMv1 may not contain a CMakeLists.txt file on this so
|
12345678910>>...20