Searched full:conditional (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-Core-3.4.0/tests/lib/c_lib/ |
D | Kconfig | 14 This option is only here to simplify conditional expressions
|
/Zephyr-Core-3.4.0/ |
D | .codecov.yml | 23 conditional: yes
|
/Zephyr-Core-3.4.0/include/zephyr/tracing/ |
D | tracing.h | 808 * @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/ |
D | flash_gd32.h | 29 /* Helper for conditional compilation directives, KB cannot be used because it has type casting. */
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | math_extras_impl.h | 158 * 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/ |
D | design_guidelines.rst | 68 Conditional Data and APIs 104 conditional API and functions appear in generated documentation.
|
/Zephyr-Core-3.4.0/soc/posix/inf_clock/ |
D | soc.c | 49 /* 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/ |
D | toolchain.h | 22 * This macro is for use with conditional compilation to enable code using a
|
/Zephyr-Core-3.4.0/include/zephyr/shell/ |
D | shell.h | 208 * @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/ |
D | posix_core.c | 84 * 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/ |
D | ztest_deprecated.rst | 169 - conditional execution by using :c:func:`ztest_test_skip`
|
/Zephyr-Core-3.4.0/doc/build/kconfig/ |
D | tips.rst | 319 (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/ |
D | testinstance.py | 225 # some configs might be conditional on arch or platform, see if we
|
/Zephyr-Core-3.4.0/subsys/debug/ |
D | Kconfig | 292 the conditional expression and additional message specific to the
|
/Zephyr-Core-3.4.0/subsys/shell/modules/ |
D | kernel_service.c | 117 * CONFIG_MINIMAL_LIBC_LL_PRINTF=y. So do conditional in shell_tdata_dump()
|
/Zephyr-Core-3.4.0/doc/kernel/usermode/ |
D | syscalls.rst | 81 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/ |
D | flash.h | 330 * Availability of this API is conditional on selecting
|
/Zephyr-Core-3.4.0/include/zephyr/logging/ |
D | log_core.h | 68 * @brief Macro for conditional code generation if provided log level allows.
|
/Zephyr-Core-3.4.0/doc/hardware/pinctrl/ |
D | index.rst | 155 already provides such definition conditional to the availability of device power
|
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/ |
D | thread.c | 316 * thread stack. Note that the conditional check relies on the in configure_builtin_stack_guard()
|
/Zephyr-Core-3.4.0/arch/ |
D | Kconfig | 177 # conditional compilation
|
/Zephyr-Core-3.4.0/scripts/ |
D | checkpatch.pl | 1445 # 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/ |
D | cbprintf_complete.c | 578 /* When FP enabled %a support is still conditional. */ in extract_specifier()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | tbs.c | 1616 BT_AUDIO_CHRC(BT_UUID_TBS_SIGNAL_INTERVAL, /* Conditional */ \
|
/Zephyr-Core-3.4.0/doc/ |
D | zephyr.doxyfile.in | 742 # 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