Searched full:parentheses (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/dts/bindings/gpio/ |
D | weact,dcmi-camera-connector.yaml | 7 Connector layout (not mapped GPIOs in parentheses):
|
D | st,dsi-lcd-qsh-030.yaml | 7 Connector layout (not mapped GPIOs in parentheses):
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 156 * inside brackets/parentheses: <tt>()</tt>. These are stripped away 192 * @param _if_1_code result if @p _flag expands to 1; must be in parentheses 193 * @param _else_code result otherwise; must be in parentheses 204 * parentheses. 207 * @param _if_0_code result if @p _flag expands to 0; must be in parentheses 208 * @param _else_code result otherwise; must be in parentheses 237 * @param _code result if @p _flag expands to 1; must be in parentheses 261 * @param _code result if @p _flag does not expand to 1; must be in parentheses 464 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 488 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; [all …]
|
D | util_internal.h | 67 * is expected that the parameter is provided in brackets/parentheses.
|
/Zephyr-latest/dts/bindings/base/ |
D | zephyr,memory-common.yaml | 19 memory region. The string set here will be specified in parentheses
|
/Zephyr-latest/include/zephyr/linker/ |
D | devicetree_regions.h | 97 * @brief Get the linker memory-region flags with parentheses. 100 * with parentheses. 133 * enclosed in parentheses.
|
/Zephyr-latest/soc/nordic/ |
D | validate_rram_partitions.c | 23 * @param sep Separator between macro calls. Must be in parentheses.
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 19 "UP034", # https://docs.astral.sh/ruff/rules/extraneous-parentheses 20 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 138 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 142 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 157 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 274 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 282 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 373 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 389 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses 394 "UP039", # https://docs.astral.sh/ruff/rules/unnecessary-class-parentheses [all …]
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 3110 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3143 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3181 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3223 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3322 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3363 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 3969 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 4003 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 4035 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; 4068 * @param sep Separator (e.g. comma or semicolon). Must be in parentheses; [all …]
|
D | bindesc.h | 221 * The value should be given as an array literal, wrapped in parentheses, for
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 4431 # check for spaces between functions and their parentheses. 4745 # argument to be in parentheses, 4863 # check spacing on parentheses 4884 # check unnecessary parentheses around addressof/dereference single $Lvals 4890 "Unnecessary parentheses around $var\n" . $herecurr) && 4896 # check for unnecessary parentheses around function pointer uses 4902 "Unnecessary parentheses around function pointer $var\n" . $herecurr) && 4910 # check for unnecessary parentheses around comparisons in if uses 4920 # avoid parentheses around potential macro args 4932 "Unnecessary parentheses around '$match'\n" . $herectx); [all …]
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 392 - Parentheses, arithmetic operators, and bitwise operators are allowed. The
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 579 …- `EXP00-C <https://wiki.sei.cmu.edu/confluence/display/c/EXP00-C.+Use+parentheses+for+precedence… 873 … - Expressions resulting from the expansion of macro parameters shall be enclosed in parentheses 876 …- `PRE01-C <https://wiki.sei.cmu.edu/confluence/display/c/PRE01-C.+Use+parentheses+within+macros+…
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 398 handler) are passed as arguments. Characters within parentheses are treated
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2758 nesting = 0 # Current parentheses nesting level 6202 # Parentheses don't matter as long as we stay at the top level (don't 6380 # expr_str() helper. Adds parentheses around expressions of type 'type_'.
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1022 * Enhanced ACK header IEs (element IDs in parentheses) that either
|