Home
last modified time | relevance | path

Searched full:variables (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/Zephyr-latest/samples/posix/env/
DREADME.rst2 :name: Environment Variables
4 Manipulate environment variables from a Zephyr application.
10 variables in C. Then, all environment variables are then printed.
38 Setting Environment Variables
55 Getting Environment Variables
65 The shell command below may be used to display all environment variables and their associated
75 Unsetting Environment Variables
78 The shell command below may be used to unset environment variables.
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_state.h176 /* Pdelay Request state machine variables. */
222 * @brief Pdelay Response state machine variables.
229 /* SyncReceive state machine variables. */
256 /* SyncSend state machine variables. */
274 /* PortSyncSyncReceive state machine variables. */
298 /* PortSyncSyncSend state machine variables. */
355 /* SiteSyncSync state machine variables. */
371 /* ClockSlaveSync state machine variables. */
386 /* ClockMasterSyncOffset state machine variables. */
395 /* ClockMasterSyncSend state machine variables. */
[all …]
/Zephyr-latest/doc/contribute/style/
Dcmake.rst64 - **Use Uppercase for Cache Variables or variables shared across CMake files**:
65 When defining cache variables using ``option`` or ``set(... CACHE ...)``, use
73 - **Use Lowercase for Local Variables**: For local variables within CMake
80 - **Consistent Prefixing**: Use consistent prefixes for variables to avoid name
90 - **Quote Strings and Variables**: Always quote string literals and variables
112 - Use CMake variables (``CMAKE_SOURCE_DIR``, ``CMAKE_BINARY_DIR``,
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst17 Any number of atomic variables can be defined (limited only by available RAM).
24 in an array of atomic variables.
66 Manipulating an Array of Atomic Variables
69 An array of 32-bit atomic variables can be defined in the conventional manner.
70 However, you can also define an N-bit array of atomic variables using
73 A single bit in array of atomic variables can be manipulated using
77 using an array of atomic variables.
108 Use multiple atomic variables to implement critical section processing
112 Using atomic variables is typically far more efficient than using
Dthread_local_storage.rst6 Thread Local Storage (TLS) allows variables to be allocated on a per-thread
7 basis. These variables are stored in the thread stack which means every
8 thread has its own copy of these variables.
29 Declaring and Using Thread Local Variables
32 The macro ``Z_THREAD_LOCAL`` can be used to declare thread local variables.
/Zephyr-latest/cmake/modules/
Dgenerated_file_directories.cmake13 # Required variables:
16 # Optional variables:
19 # Optional environment variables:
DFindBabbleSim.cmake6 # The module defines the following variables:
14 # We first try to find it via the environment variables BSIM_OUT_PATH and BSIM_COMPONENTS_PATH.
17 # Note that what we find through the environment variables is meant to have precedence.
60 #Many apps cmake files (in and out of tree) expect these environment variables. Lets provide them:
68 # Do NOT use it outside of this module. It uses variables internal to it
79 # Do NOT use it outside of this module. It uses variables internal to it
Dsoc.cmake7 # This CMake module will set the following variables in the build system based
11 # The following variables will be defined when this CMake module completes:
17 # Variables set by this module and not mentioned above are considered internal
Dpre_dt.cmake12 # The following variables will be defined when this CMake module completes:
21 # Required variables:
24 # Optional variables:
84 # Set output variables.
Dbasic_settings.cmake16 # dedicated build variables.
17 # This CMake modules loads the sysbuild cache variables as target properties on
36 … set_property(TARGET sysbuild_cache APPEND PROPERTY "SYSBUILD_CACHE:VARIABLES" "${CMAKE_MATCH_1}")
Darch.cmake8 # This CMake module will set the following variables in the build system based
14 # The following variables will be defined when this CMake module completes:
23 # Variables set by this module and not mentioned above are considered internal
Dconfiguration_files.cmake11 # The following variables will be defined when this CMake module completes:
20 # If any of the above variables are already set when this CMake module is
23 # Variables set by this module and not mentioned above are considered internal
30 # Merge in variables from other sources (e.g. sysbuild)
Dsnippets.cmake16 # The following variables will be defined when this module completes:
23 # The following variables may be updated when this module completes:
30 # Optional variables:
43 # parent scope. We'll set our outcome variables in the parent scope of
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h266 * @param ... Optional message and variables to print if the assertion fails
273 * @param ... Optional message and variables to print if the assertion fails
280 * @param ... Optional message and variables to print if the assertion fails
287 * @param ... Optional message and variables to print if the assertion fails
294 * @param ... Optional message and variables to print if the assertion fails
301 * @param ... Optional message and variables to print if the assertion fails
308 * @param ... Optional message and variables to print if the assertion fails
319 * @param ... Optional message and variables to print if the assertion fails
330 * @param ... Optional message and variables to print if the assertion fails
341 * @param ... Optional message and variables to print if the assertion fails
[all …]
/Zephyr-latest/doc/develop/
Denv_vars.rst3 Environment Variables
7 environment variables. This page describes how.
9 Setting Variables
73 environment variables. Make sure to use the "User" environment variables area
165 Important Environment Variables
169 is a description of some of these important environment variables. This is not
200 The following additional environment variables are significant when configuring
217 You might need to update some of these variables when you
222 CMake or environment variables to do so. Please consult your emulator's or
223 board's documentation for more information. The following environment variables
/Zephyr-latest/samples/boards/st/ccm/
DREADME.rst4 Place and use variables in the Core Coupled Memory (CCM).
14 or __ccm_noinit_section those variables are placed in the CCM.
16 The __ccm_data_section prefix should be used for variables that
20 The __ccm_bss_section prefix should be used for variables that
24 The __ccm_noinit_section prefix should be used for variables
92 examples are shown. Note that the ``noinit`` section holds variables with
93 uninitialized data. After writing to the variables, they all should hold the
/Zephyr-latest/samples/kernel/condition_variables/condvar/
DREADME.rst2 :name: Condition Variables
5 Manipulate condition variables in a multithreaded application.
10 This sample demonstrates the usage of :ref:`condition variables <condvar>` in a
11 multithreaded application. Condition variables are used with a mutex
/Zephyr-latest/doc/develop/toolchains/
Dgnu_arm_embedded.rst22 #. :ref:`Set these environment variables <env_vars>`:
28 #. To check that you have set these variables correctly in your current
49 Run ``brew install gcc-arm-embedded`` and configure the variables
/Zephyr-latest/boards/amd/acp_6_0_adsp/doc/
Dindex.rst52 the following environment variables specific to the board in addition to the
56 Cadence and set the license variables as per the instruction from Cadence.
57 Next, set the following environment variables:
59 The bottom three variables are specific to acp_6_0.
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake10 # Optional variables:
28 # Merge in variables from other sources
44 # Sysbuild must ensure any locally defined variables in sysbuild/CMakeLists.txt
/Zephyr-latest/tests/drivers/flash_api/src/
Dmain.c13 * The structure below gathers variables that may be used by the simulated API calls
14 * to mock behavior of a flash device; the variables may be used however it is desired,
15 * because it is up to the mocked functions and checks afterwards to relate these variables
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_ace15_mtpm.rst20 the following environment variables specific to the board in addition to the
21 Xtensa toolchain environment variables listed in :ref:`intel_adsp_generic`.
Dintel_adsp_cavs25.rst20 the following environment variables specific to the board in addition to the
21 Xtensa toolchain environment variables listed in :ref:`intel_adsp_generic`.
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst3 Condition Variables
16 Any number of condition variables can be defined (limited only by available RAM). Each
119 Use condition variables with a mutex to signal changing states (conditions) from
121 Condition variables are not the condition itself and they are not events.
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_zephyr_utils.h57 /* Variables names generation. */
62 /* Variables entries generation. */
114 /* Variables names generation. */
121 /* Variables entries generation. */

12345678910>>...17