Searched refs:blank (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
D | zephyr.doxyfile.in | 75 # left blank the current directory will be used. 144 # text. Otherwise, the brief description is used as-is. If left blank, the 176 # If left blank the directory from which Doxygen is run is used as the path to 187 # header file to include in order to use a class. If left blank only the name of 955 # messages should be written. If left blank the output is written to standard 1015 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm, 1078 # *.h) to filter out the source-files in the directories. If left blank all 1338 # each generated HTML page. If the tag is left blank Doxygen will generate a 1358 # generated HTML page. If the tag is left blank Doxygen will generate a standard 1369 # the HTML output. If left blank Doxygen will generate a default style sheet. [all …]
|
/Zephyr-latest/subsys/input/ |
D | input_utils.c | 137 char blank[KEY_MATRIX_ENTRY_LEN]; in kbd_matrix_state_log_entry() local 140 memset(blank, '-', sizeof(blank) - 1); in kbd_matrix_state_log_entry() 141 blank[sizeof(blank) - 1] = '\0'; in kbd_matrix_state_log_entry() 149 ret = snprintf(buf, size, "%s%s", blank, sep); in kbd_matrix_state_log_entry()
|
/Zephyr-latest/cmake/toolchain/gnuarmemb/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/oneApi/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/xt-clang/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/arcmwdt/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/armclang/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/host/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/ |
D | Kconfig.defconfig | 4 # Intentionally left blank.
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | override.dtsi | 5 * File intentionally left blank. Will be used when there is no other
|
/Zephyr-latest/dts/arm/nordic/ |
D | override.dtsi | 8 * File intentionally left blank. Will be used when there is no other
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 88 The first item in a list (or sublist) must have a blank line before it 102 1. This is a new numbered list. If the wasn't a blank line before it, 116 #. And a second item back in the containing list. No blank line 453 Note the blank line between the :rst:dir:`code-block` directive and the first
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2900 my $blank = copy_spacing($rawline); 2901 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^"; 4495 my $blank = copy_spacing($opline); 4540 my $ptr = substr($blank, 0, $off) . "^";
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 898 - Put a blank line before/after each top-level ``if`` and ``endif``
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 418 * followed by a completely blank line
|