/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/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 2221 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/ |
D | basic_settings.cmake | 28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
|
D | configuration_files.cmake | 98 build_info(application source-dir VALUE ${APPLICATION_SOURCE_DIR}) 99 build_info(application configuration-dir VALUE ${APPLICATION_CONFIG_DIR})
|
D | boards.cmake | 335 build_info(board name VALUE ${BOARD}) 337 build_info(board qualifiers VALUE ${qualifiers}) 338 build_info(board revision VALUE ${BOARD_REVISION})
|
D | yaml.cmake | 337 # 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)
|
D | FindHostTools.cmake | 124 build_info(toolchain name VALUE ${ZEPHYR_TOOLCHAIN_VARIANT})
|
D | extensions.cmake | 3449 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/ |
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/share/sysbuild/cmake/modules/ |
D | sysbuild_images.cmake | 22 build_info(images VALUE ${info_image_list})
|
D | sysbuild_extensions.cmake | 25 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 196 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/ |
D | generate_vif.py | 29 return {other_constants.VALUE: data}
|
/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/modules/hal_nordic/nrfx/ |
D | CMakeLists.txt | 250 build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_sam0.c | 483 correction = regs->FREQCORR.bit.VALUE; in rtc_sam0_get_calibration()
|
/Zephyr-latest/ |
D | CMakeLists.txt | 2258 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/ |
D | lwm2m.rst | 758 write :write PATH [OPTIONS] VALUE
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`
|