Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c64 NRF_ECB->KEY.VALUE[3] = sys_get_be32(&ep->key[0]); in do_ecb()
65 NRF_ECB->KEY.VALUE[2] = sys_get_be32(&ep->key[4]); in do_ecb()
66 NRF_ECB->KEY.VALUE[1] = sys_get_be32(&ep->key[8]); in do_ecb()
67 NRF_ECB->KEY.VALUE[0] = sys_get_be32(&ep->key[12]); in do_ecb()
157 NRF_ECB->KEY.VALUE[3] = sys_get_be32(&e->in_key_be[0]); in ecb_encrypt_nonblocking()
158 NRF_ECB->KEY.VALUE[2] = sys_get_be32(&e->in_key_be[4]); in ecb_encrypt_nonblocking()
159 NRF_ECB->KEY.VALUE[1] = sys_get_be32(&e->in_key_be[8]); in ecb_encrypt_nonblocking()
160 NRF_ECB->KEY.VALUE[0] = sys_get_be32(&e->in_key_be[12]); in ecb_encrypt_nonblocking()
/Zephyr-latest/scripts/generate_usb_vif/constants/
Dother_constants.py9 VALUE = "value" variable
/Zephyr-latest/tests/lib/ringbuffer/src/
Dconcurrent.c24 #define VALUE 0xb macro
36 int ret = ring_buf_item_put(&ringbuf, TYPE, VALUE, in data_write()
54 zassert_equal(value, VALUE); in data_read()
149 err = ring_buf_item_put(&ringbuf, (uint16_t)pcnt, VALUE, buf, 2); in produce_item()
172 zassert_equal(value, VALUE); in consume_item()
Dmain.c34 #define VALUE 2 macro
106 ret = ring_buf_item_put(&ring_buf1, TYPE, VALUE, in ZTEST()
140 zassert_true((getval == VALUE), "value information corrupted"); in ZTEST()
/Zephyr-latest/share/sysbuild/
DCMakeLists.txt29 build_info(sysbuild VALUE true)
30 build_info(application source-dir VALUE ${CMAKE_CURRENT_SOURCE_DIR})
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt158 KEY cmake test set key-string VALUE ${new_value}
214 KEY cmake test set key-int VALUE ${new_value}
270 KEY cmake test set key-int VALUE ${new_value}
330 KEY cmake test set key-int VALUE ${new_value}
369 KEY cmake test set key-int VALUE ${new_value}
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
Dconfiguration_files.cmake102 build_info(application source-dir VALUE ${APPLICATION_SOURCE_DIR})
103 build_info(application configuration-dir VALUE ${APPLICATION_CONFIG_DIR})
Dyaml.cmake244 # yaml_set(NAME <name> KEY <key>... VALUE <value>)
254 # VALUE <value>: New value for the key.
259 cmake_parse_arguments(ARG_YAML "APPEND" "NAME;VALUE" "KEY;LIST" ${ARGN})
262 zephyr_check_arguments_required_allow_empty(${CMAKE_CURRENT_FUNCTION} ARG_YAML VALUE LIST)
263 zephyr_check_arguments_exclusive(${CMAKE_CURRENT_FUNCTION} ARG_YAML VALUE LIST)
Dboards.cmake356 build_info(board name VALUE ${BOARD})
358 build_info(board qualifiers VALUE ${qualifiers})
359 build_info(board revision VALUE ${BOARD_REVISION})
DFindHostTools.cmake123 build_info(toolchain name VALUE ${ZEPHYR_TOOLCHAIN_VARIANT})
Dextensions.cmake3453 get_property(cached_value CACHE ${variable} PROPERTY VALUE)
3706 # build_info(<tag>... VALUE <value>... )
3713 # build_info(devicetree files VALUE file1.dts file2.dts file3.dts)
3717 # build_info(vendor-specific foo VALUE bar)
3723 # VALUE <value>... : value(s) to place in the build_info.yml file.
3726 # guaranteed to be CMake style, then VALUE can also be used.
3730 list(FIND arg_list VALUE index)
3737 message(FATAL_ERROR "${CMAKE_CURRENT_FUNCTION}(...) missing a required argument: VALUE or PATH")
3748 yaml_set(NAME build_info KEY version VALUE "0.1.0")
3765 set(type VALUE)
[all …]
/Zephyr-latest/samples/subsys/fs/zms/
DREADME.rst9 The sample shows how to use ZMS to store ID/VALUE pairs and reads them back.
10 Deleting an ID/VALUE pair is also shown in this sample.
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py29 return {other_constants.VALUE: data}
/Zephyr-latest/modules/hal_nordic/nrfx/
DCMakeLists.txt243 build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst191 Note that using the syntax ``--group-filter=VALUE`` instead of
192 ``--group-filter VALUE`` avoids issues parsing command line options
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake25 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst758 write :write PATH [OPTIONS] VALUE
/Zephyr-latest/
DCMakeLists.txt2291 build_info(zephyr version VALUE ${PROJECT_VERSION_STR})
2292 build_info(zephyr zephyr-base VALUE ${ZEPHYR_BASE})
/Zephyr-latest/doc/develop/application/
Dindex.rst403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`