Home
last modified time | relevance | path

Searched full:conditional (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-Core-3.5.0/tests/lib/c_lib/
DKconfig14 This option is only here to simplify conditional expressions
/Zephyr-Core-3.5.0/
D.codecov.yml23 conditional: yes
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h12 /* Conditional compile to prevent coverity issue CWE570, comparison of unsigned int to 0 */
33 /* Conditional compile to prevent coverity issue CWE570, comparison of unsigned int to 0 */
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_gd32.h29 /* Helper for conditional compilation directives, KB cannot be used because it has type casting. */
/Zephyr-Core-3.5.0/include/zephyr/tracing/
Dtracing.h808 * @brief Conditional Variable Tracing APIs
809 * @defgroup subsys_tracing_apis_condvar Conditional Variable Tracing APIs
814 * @brief Trace initialization of Conditional Variable
815 * @param condvar Conditional Variable object
821 * @brief Trace Conditional Variable signaling start
822 * @param condvar Conditional Variable object
827 * @brief Trace Conditional Variable signaling blocking
828 * @param condvar Conditional Variable object
834 * @brief Trace Conditional Variable signaling outcome
835 * @param condvar Conditional Variable object
[all …]
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dmath_extras_impl.h158 * so we use a conditional to explicitly provide the correct result when
164 * conditional.
166 * For x86, and for compilers that fail to eliminate the conditional,
/Zephyr-Core-3.5.0/doc/develop/api/
Ddesign_guidelines.rst68 Conditional Data and APIs
104 conditional API and functions appear in generated documentation.
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/
Dnce.c27 /* Conditional variable to know if the CPU is running or halted/idling */
29 /* Mutex for the conditional variable cond_cpu */
Dnct.c116 * Conditional variable to block/awake all threads during swaps.
120 /* Mutex for the conditional variable cond_threads */
/Zephyr-Core-3.5.0/include/zephyr/
Dtoolchain.h22 * This macro is for use with conditional compilation to enable code using a
/Zephyr-Core-3.5.0/arch/posix/core/
Dposix_core.c73 * Conditional variable to block/awake all threads during swaps()
77 /* Mutex for the conditional variable posix_core_cond_threads */
/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell.h208 * @brief Macro for defining and adding a conditional root command (level 0)
257 * @brief Macro for defining and adding a conditional root command (level 0)
411 * @brief Initializes a conditional shell command with arguments.
434 * @brief Initializes a conditional shell command with arguments if expression
475 * @brief Initializes a conditional shell command.
/Zephyr-Core-3.5.0/doc/develop/test/
Dztest_deprecated.rst169 - conditional execution by using :c:func:`ztest_test_skip`
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dtips.rst319 (Lack of) conditional includes
334 In reality, there are no conditional includes in Kconfig. ``if`` has no special
339 Conditional includes would be impossible to implement, because ``if``
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py246 # some configs might be conditional on arch or platform, see if we
/Zephyr-Core-3.5.0/subsys/debug/
DKconfig293 the conditional expression and additional message specific to the
/Zephyr-Core-3.5.0/subsys/shell/modules/
Dkernel_service.c149 * CONFIG_MINIMAL_LIBC_LL_PRINTF=y. So do conditional in shell_tdata_dump()
/Zephyr-Core-3.5.0/doc/kernel/usermode/
Dsyscalls.rst81 conditional visibility to the compiler.
540 must be read without any processing. No conditional logic can be implemented
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dflash.h330 * Availability of this API is conditional on selecting
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c32 * there is not conditional code that depends on them. If they do
/Zephyr-Core-3.5.0/include/zephyr/logging/
Dlog_core.h68 * @brief Macro for conditional code generation if provided log level allows.
/Zephyr-Core-3.5.0/doc/hardware/pinctrl/
Dindex.rst155 already provides such definition conditional to the availability of device power
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dthread.c306 * thread stack. Note that the conditional check relies on the in configure_builtin_stack_guard()
/Zephyr-Core-3.5.0/arch/
DKconfig182 # conditional compilation
/Zephyr-Core-3.5.0/scripts/
Dcheckpatch.pl1459 # An else is really a conditional as long as its not else if
1576 # Grab the first conditional/block pair.
1585 # Pull in the following conditional/block pairs and see if they
1863 # Assume all arms of the conditional end as this
3799 # Find out how long the conditional actually is.
3812 # starting at the end of the conditional, so remove:
3883 …"suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n…
5052 # Check for illegal assignment in if conditional -- and check for trailing
5053 # statements after the conditional.
5108 # conditional.
[all …]

12