Searched full:conditional (Results 1 – 25 of 37) sorted by relevance
12
/Zephyr-Core-3.5.0/tests/lib/c_lib/ |
D | Kconfig | 14 This option is only here to simplify conditional expressions
|
/Zephyr-Core-3.5.0/ |
D | .codecov.yml | 23 conditional: yes
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_types.h | 12 /* 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/ |
D | flash_gd32.h | 29 /* Helper for conditional compilation directives, KB cannot be used because it has type casting. */
|
/Zephyr-Core-3.5.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.5.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.5.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.5.0/scripts/native_simulator/common/src/ |
D | nce.c | 27 /* Conditional variable to know if the CPU is running or halted/idling */ 29 /* Mutex for the conditional variable cond_cpu */
|
D | nct.c | 116 * Conditional variable to block/awake all threads during swaps. 120 /* Mutex for the conditional variable cond_threads */
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | toolchain.h | 22 * This macro is for use with conditional compilation to enable code using a
|
/Zephyr-Core-3.5.0/arch/posix/core/ |
D | posix_core.c | 73 * 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/ |
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) 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/ |
D | ztest_deprecated.rst | 169 - conditional execution by using :c:func:`ztest_test_skip`
|
/Zephyr-Core-3.5.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.5.0/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 246 # some configs might be conditional on arch or platform, see if we
|
/Zephyr-Core-3.5.0/subsys/debug/ |
D | Kconfig | 293 the conditional expression and additional message specific to the
|
/Zephyr-Core-3.5.0/subsys/shell/modules/ |
D | kernel_service.c | 149 * CONFIG_MINIMAL_LIBC_LL_PRINTF=y. So do conditional in shell_tdata_dump()
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | syscalls.rst | 81 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/ |
D | flash.h | 330 * Availability of this API is conditional on selecting
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | zephyr_img_mgmt.c | 32 * there is not conditional code that depends on them. If they do
|
/Zephyr-Core-3.5.0/include/zephyr/logging/ |
D | log_core.h | 68 * @brief Macro for conditional code generation if provided log level allows.
|
/Zephyr-Core-3.5.0/doc/hardware/pinctrl/ |
D | index.rst | 155 already provides such definition conditional to the availability of device power
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | thread.c | 306 * thread stack. Note that the conditional check relies on the in configure_builtin_stack_guard()
|
/Zephyr-Core-3.5.0/arch/ |
D | Kconfig | 182 # conditional compilation
|
/Zephyr-Core-3.5.0/scripts/ |
D | checkpatch.pl | 1459 # 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