Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/kconfig/configdefault/
DKconfig130 # configdefault with "prompt if <conditional==true>"
145 # configdefault with "prompt if <conditional==false>"
159 # configdefault with "prompt if <conditional==true>" and surrounding 'if'
/Zephyr-latest/tests/lib/c_lib/strerror/
DKconfig14 This option is only here to simplify conditional expressions
/Zephyr-latest/subsys/shell/modules/kernel_service/
DCMakeLists.txt14 # Conditional subcommands
/Zephyr-latest/
D.codecov.yml23 conditional: yes
/Zephyr-latest/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-latest/drivers/flash/
Dflash_gd32.h29 /* Helper for conditional compilation directives, KB cannot be used because it has type casting. */
/Zephyr-latest/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-latest/doc/develop/api/
Ddesign_guidelines.rst68 Conditional Data and APIs
104 conditional API and functions appear in generated documentation.
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h830 * @brief Conditional Variable Tracing APIs
831 * @defgroup subsys_tracing_apis_condvar Conditional Variable Tracing APIs
836 * @brief Trace initialization of Conditional Variable
837 * @param condvar Conditional Variable object
843 * @brief Trace Conditional Variable signaling start
844 * @param condvar Conditional Variable object
849 * @brief Trace Conditional Variable signaling blocking
850 * @param condvar Conditional Variable object
856 * @brief Trace Conditional Variable signaling outcome
857 * @param condvar Conditional Variable object
[all …]
/Zephyr-latest/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.c118 * Conditional variable to block/awake all threads during swaps.
122 /* Mutex for the conditional variable cond_threads */
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dlist.c35 * CONFIG_MINIMAL_LIBC_LL_PRINTF=y. So do conditional in rt_stats_dump()
/Zephyr-latest/include/zephyr/
Dtoolchain.h22 * This macro is for use with conditional compilation to enable code using a
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_api.h97 * C conditional started above.
/Zephyr-latest/include/zephyr/shell/
Dshell.h264 * @brief Macro for defining and adding a conditional root command (level 0)
313 * @brief Macro for defining and adding a conditional root command (level 0)
467 * @brief Initializes a conditional shell command with arguments.
490 * @brief Initializes a conditional shell command with arguments if expression
531 * @brief Initializes a conditional shell command.
/Zephyr-latest/doc/build/kconfig/
Dtips.rst329 (Lack of) conditional includes
344 In reality, there are no conditional includes in Kconfig. ``if`` has no special
349 Conditional includes would be impossible to implement, because ``if``
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst166 - the provision is a mandatory requirement and conditional
169 - the provision is a recommendation and conditional
/Zephyr-latest/subsys/debug/
DKconfig309 the conditional expression and additional message specific to the
/Zephyr-latest/scripts/west_commands/
Dbuild.py369 # conditional configs (xxx:yyy:CONFIG_FOO=bar)
372 'conditional config "{}". Add "-D{}" '
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst81 conditional visibility to the compiler.
542 must be read without any processing. No conditional logic can be implemented
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py337 # some configs might be conditional on arch or platform, see if we
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c37 * there is not conditional code that depends on them. If they do
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst156 already provides such definition conditional to the availability of device power
/Zephyr-latest/include/zephyr/logging/
Dlog_core.h63 * @brief Macro for conditional code generation if provided log level allows.
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c309 * thread stack. Note that the conditional check relies on the in configure_builtin_stack_guard()

12