Searched full:evaluated (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/include/zephyr/bluetooth/ |
D | byteorder.h | 30 * @note @p _v is evaluated 2 times. 44 * @note @p _v is evaluated 3 times. 58 * @note @p _v is evaluated 4 times. 72 * @note @p _v is evaluated 5 times. 86 * @note @p _v is evaluated 6 times. 100 * @note @p _v is evaluated 8 times. 114 * @note @p _v is evaluated 2 times. 126 * @note @p _v is evaluated 3 times. 138 * @note @p _v is evaluated 4 times. 150 * @note @p _v is evaluated 5 times. [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.gecko | 32 PHY's carrier status is re-evaluated.
|
D | Kconfig.stm32_hal | 84 PHY's carrier status is re-evaluated.
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,split-channel-groups.yaml | 18 property is only evaluated for secure peripherals, as nonsecure channels
|
D | nordic,split-channels.yaml | 35 is only evaluated for secure peripherals, as nonsecure channels are
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_core.h | 66 * difference is that it is evaluated when used and not when header file is 69 * @param _eval_level Evaluated level. If level evaluates to one of existing log 71 * @param _iftrue Code that should be inserted when evaluated to true. Note, 73 * @param _iffalse Code that should be inserted when evaluated to false. 312 /* Arguments checker present but never evaluated.*/ \ 314 /* evaluated once when log is enabled.*/ \
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 55 needs to be evaluated for merit. However, in the particular case of code that 59 Committee and evaluated carefully before the external source code is accepted 64 maintaining an externally developed codebase need to be evaluated.
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_hw_scheduler.c | 52 * evaluated.
|
/Zephyr-latest/subsys/net/ip/ |
D | net_timeout.c | 89 /* The delay used the last time this was evaluated. */ in net_timeout_evaluate()
|
/Zephyr-latest/boards/native/native_posix/ |
D | hw_models_top.c | 68 * evaluated.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 52 a text representation of the expression code that was evaluated, and the 124 These are evaluated completely at compile-time, and are always checked.
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 265 document shall be created and evaluated against the implementation. 402 evaluated. The main goal is to keep the code as simple as 443 These points shall be evaluated with respect to their impact on the 573 be evaluated by the responsible security architect. 646 evaluated and certified, as well as assumptions on the operating
|
/Zephyr-latest/include/zephyr/net/ |
D | net_timeout.h | 154 * be re-evaluated, in milliseconds.
|
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | getopt.c | 200 * NOT evaluated to '--long' which has flag 'e'. in ZTEST() 308 * evaluated to '--long' which has flag 'e'. in ZTEST()
|
/Zephyr-latest/samples/ |
D | sample_definition_and_criteria.rst | 27 * If a sample can provide output that can be verified, then output should be evaluated against
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_glue.h | 39 * @param expression Expression to be evaluated. 53 * @param expression Expression to be evaluated.
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 596 * Macro ensures that expressions are evaluated only once. 612 * Macro ensures that expressions are evaluated only once. See @ref Z_MAX for 624 * Macro ensures that expressions are evaluated only once. See @ref Z_MAX for
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 191 * @param _flag evaluated flag 206 * @param _flag evaluated flag 236 * @param _flag evaluated flag 260 * @param _flag evaluated flag
|
D | util.h | 378 * @note Arguments are evaluated twice. Use Z_MAX for a GCC-only, single 393 * @note Arguments are evaluated twice. Use Z_MIN for a GCC-only, single 408 * @note Arguments are evaluated multiple times. Use Z_CLAMP for a GCC-only, 423 * @note @p val is evaluated twice.
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 4 # Append ${content}\n to a target property which is later evaluated as a
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | main.c | 762 /* Debug message arguments are only evaluated when this level in ZTEST() 786 /* Arguments used for logging shall be evaluated only once. They should in ZTEST() 787 * be evaluated also when given log level is disabled. in ZTEST()
|
/Zephyr-latest/scripts/ |
D | twister | 168 expression, cmake is run for that target, and then the filter evaluated as a gate for the
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 375 - Bugs reported against platforms of this tier are to be evaluated and treated as 387 - Bugs reported against platforms of this tier are to be evaluated and treated
|
/Zephyr-latest/arch/riscv/core/ |
D | fpu.c | 309 * some exception context then FPU access would be re-evaluated at exception
|
/Zephyr-latest/arch/arm64/core/ |
D | fpu.c | 320 * some exception context then FPU access would be re-evaluated at exception
|
12