Searched refs:VALUE (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 64 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/ |
D | other_constants.py | 9 VALUE = "value" variable
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | concurrent.c | 24 #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()
|
D | main.c | 34 #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/ |
D | CMakeLists.txt | 29 build_info(sysbuild VALUE true) 30 build_info(application source-dir VALUE ${CMAKE_CURRENT_SOURCE_DIR})
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 158 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/ |
D | basic_settings.cmake | 28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
|
D | configuration_files.cmake | 102 build_info(application source-dir VALUE ${APPLICATION_SOURCE_DIR}) 103 build_info(application configuration-dir VALUE ${APPLICATION_CONFIG_DIR})
|
D | yaml.cmake | 244 # 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)
|
D | boards.cmake | 356 build_info(board name VALUE ${BOARD}) 358 build_info(board qualifiers VALUE ${qualifiers}) 359 build_info(board revision VALUE ${BOARD_REVISION})
|
D | FindHostTools.cmake | 123 build_info(toolchain name VALUE ${ZEPHYR_TOOLCHAIN_VARIANT})
|
D | extensions.cmake | 3453 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/ |
D | README.rst | 9 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/ |
D | generate_vif.py | 29 return {other_constants.VALUE: data}
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | CMakeLists.txt | 243 build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 191 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/ |
D | sysbuild_extensions.cmake | 25 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 758 write :write PATH [OPTIONS] VALUE
|
/Zephyr-latest/ |
D | CMakeLists.txt | 2291 build_info(zephyr version VALUE ${PROJECT_VERSION_STR}) 2292 build_info(zephyr zephyr-base VALUE ${ZEPHYR_BASE})
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`
|