Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 23 of 23) 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/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c2221 NRF_CCM->KEY.VALUE[3] = sys_get_be32(&cnf->key[0]); in radio_ccm_ext_rx_pkt_set()
2222 NRF_CCM->KEY.VALUE[2] = sys_get_be32(&cnf->key[4]); in radio_ccm_ext_rx_pkt_set()
2223 NRF_CCM->KEY.VALUE[1] = sys_get_be32(&cnf->key[8]); in radio_ccm_ext_rx_pkt_set()
2224 NRF_CCM->KEY.VALUE[0] = sys_get_be32(&cnf->key[12]); in radio_ccm_ext_rx_pkt_set()
2226 NRF_CCM->NONCE.VALUE[3] = ((uint8_t *)&cnf->counter)[0]; in radio_ccm_ext_rx_pkt_set()
2227 NRF_CCM->NONCE.VALUE[2] = sys_get_be32(&((uint8_t *)&cnf->counter)[1]) | in radio_ccm_ext_rx_pkt_set()
2229 NRF_CCM->NONCE.VALUE[1] = sys_get_be32(&cnf->iv[0]); in radio_ccm_ext_rx_pkt_set()
2230 NRF_CCM->NONCE.VALUE[0] = sys_get_be32(&cnf->iv[4]); in radio_ccm_ext_rx_pkt_set()
2400 NRF_CCM->KEY.VALUE[3] = sys_get_be32(&cnf->key[0]); in radio_ccm_ext_tx_pkt_set()
2401 NRF_CCM->KEY.VALUE[2] = sys_get_be32(&cnf->key[4]); in radio_ccm_ext_tx_pkt_set()
[all …]
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
Dconfiguration_files.cmake98 build_info(application source-dir VALUE ${APPLICATION_SOURCE_DIR})
99 build_info(application configuration-dir VALUE ${APPLICATION_CONFIG_DIR})
Dboards.cmake335 build_info(board name VALUE ${BOARD})
337 build_info(board qualifiers VALUE ${qualifiers})
338 build_info(board revision VALUE ${BOARD_REVISION})
Dyaml.cmake337 # yaml_set(NAME <name> KEY <key>... [GENEX] VALUE <value>)
348 # VALUE <value>: New value for the key.
363 cmake_parse_arguments(ARG_YAML "APPEND;GENEX" "NAME;VALUE" "KEY;LIST" ${ARGN})
366 zephyr_check_arguments_required_allow_empty(${CMAKE_CURRENT_FUNCTION} ARG_YAML VALUE LIST)
367 zephyr_check_arguments_exclusive(${CMAKE_CURRENT_FUNCTION} ARG_YAML VALUE LIST)
DFindHostTools.cmake124 build_info(toolchain name VALUE ${ZEPHYR_TOOLCHAIN_VARIANT})
Dextensions.cmake3449 get_property(cached_value CACHE ${variable} PROPERTY VALUE)
3702 # build_info(<tag>... VALUE <value>...)
3709 # build_info(devicetree files VALUE file1.dts file2.dts file3.dts)
3713 # build_info(vendor-specific foo VALUE bar)
3719 # VALUE <value>... : value(s) to place in the build_info.yml file.
3722 # guaranteed to be CMake style, then VALUE can also be used.
3726 list(FIND arg_list VALUE index)
3733 message(FATAL_ERROR "${CMAKE_CURRENT_FUNCTION}(...) missing a required argument: VALUE or PATH")
3752 yaml_set(NAME build_info KEY version VALUE "0.1.0")
3769 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/share/sysbuild/cmake/modules/
Dsysbuild_images.cmake22 build_info(images VALUE ${info_image_list})
Dsysbuild_extensions.cmake25 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt196 KEY cmake test set key-string VALUE ${new_value}
303 KEY cmake test set key-int VALUE ${new_value}
490 KEY cmake test set key-int VALUE ${new_value}
552 VALUE ${new_value}
559 GENEX VALUE ${new_value}
613 VALUE ${new_value}
663 KEY cmake test set key-int VALUE ${new_value}
702 KEY cmake test set key-int VALUE ${new_value}
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py29 return {other_constants.VALUE: data}
/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/modules/hal_nordic/nrfx/
DCMakeLists.txt250 build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})
/Zephyr-latest/drivers/rtc/
Drtc_sam0.c483 correction = regs->FREQCORR.bit.VALUE; in rtc_sam0_get_calibration()
/Zephyr-latest/
DCMakeLists.txt2258 build_info(llext-edk cflags VALUE ${llext_edk_cflags})
2259 …build_info(llext-edk include-dirs VALUE "$<TARGET_PROPERTY:zephyr_interface,INTERFACE_INCLUDE_DIRE…
2304 build_info(zephyr version VALUE ${PROJECT_VERSION_STR})
2305 build_info(zephyr zephyr-base VALUE ${ZEPHYR_BASE})
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst758 write :write PATH [OPTIONS] VALUE
/Zephyr-latest/doc/develop/application/
Dindex.rst403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`