Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.4.0/tests/lib/c_lib/
DKconfig14 This option is only here to simplify conditional expressions
/Zephyr-Core-3.4.0/
D.codecov.yml23 conditional: yes
/Zephyr-Core-3.4.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.4.0/drivers/flash/
Dflash_gd32.h29 /* Helper for conditional compilation directives, KB cannot be used because it has type casting. */
/Zephyr-Core-3.4.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.4.0/doc/develop/api/
Ddesign_guidelines.rst68 Conditional Data and APIs
104 conditional API and functions appear in generated documentation.
/Zephyr-Core-3.4.0/soc/posix/inf_clock/
Dsoc.c49 /* Conditional variable to know if the CPU is running or halted/idling */
51 /* Mutex for the conditional variable posix_soc_cond_cpu */
/Zephyr-Core-3.4.0/include/zephyr/
Dtoolchain.h22 * This macro is for use with conditional compilation to enable code using a
/Zephyr-Core-3.4.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)
409 * @brief Initializes a conditional shell command with arguments.
432 * @brief Initializes a conditional shell command with arguments if expression
473 * @brief Initializes a conditional shell command.
/Zephyr-Core-3.4.0/arch/posix/core/
Dposix_core.c84 * Conditional variable to block/awake all threads during swaps()
88 /* Mutex for the conditional variable posix_core_cond_threads */
/Zephyr-Core-3.4.0/doc/develop/test/
Dztest_deprecated.rst169 - conditional execution by using :c:func:`ztest_test_skip`
/Zephyr-Core-3.4.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.4.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py225 # some configs might be conditional on arch or platform, see if we
/Zephyr-Core-3.4.0/subsys/debug/
DKconfig292 the conditional expression and additional message specific to the
/Zephyr-Core-3.4.0/subsys/shell/modules/
Dkernel_service.c117 * CONFIG_MINIMAL_LIBC_LL_PRINTF=y. So do conditional in shell_tdata_dump()
/Zephyr-Core-3.4.0/doc/kernel/usermode/
Dsyscalls.rst81 conditional visibility to the compiler.
519 must be read without any processing. No conditional logic can be implemented
/Zephyr-Core-3.4.0/include/zephyr/drivers/
Dflash.h330 * Availability of this API is conditional on selecting
/Zephyr-Core-3.4.0/include/zephyr/logging/
Dlog_core.h68 * @brief Macro for conditional code generation if provided log level allows.
/Zephyr-Core-3.4.0/doc/hardware/pinctrl/
Dindex.rst155 already provides such definition conditional to the availability of device power
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/
Dthread.c316 * thread stack. Note that the conditional check relies on the in configure_builtin_stack_guard()
/Zephyr-Core-3.4.0/arch/
DKconfig177 # conditional compilation
/Zephyr-Core-3.4.0/scripts/
Dcheckpatch.pl1445 # An else is really a conditional as long as its not else if
1562 # Grab the first conditional/block pair.
1571 # Pull in the following conditional/block pairs and see if they
1849 # Assume all arms of the conditional end as this
3784 # Find out how long the conditional actually is.
3797 # starting at the end of the conditional, so remove:
3868 …"suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n…
5032 # Check for illegal assignment in if conditional -- and check for trailing
5033 # statements after the conditional.
5088 # conditional.
[all …]
/Zephyr-Core-3.4.0/lib/os/
Dcbprintf_complete.c578 /* When FP enabled %a support is still conditional. */ in extract_specifier()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs.c1616 BT_AUDIO_CHRC(BT_UUID_TBS_SIGNAL_INTERVAL, /* Conditional */ \
/Zephyr-Core-3.4.0/doc/
Dzephyr.doxyfile.in742 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
2301 # in the source code. If set to NO, only conditional compilation will be

12