Home
last modified time | relevance | path

Searched refs:string (Results 176 – 200 of 583) sorted by relevance

12345678910>>...24

/Zephyr-latest/soc/aspeed/ast10x0/
DCMakeLists.txt11 string(TOUPPER "${SOC_NAME}" soc_name_upper)
/Zephyr-latest/cmake/linker/iar/
Dlinker_flags.cmake7 string(APPEND CMAKE_C_LINK_FLAGS --no-wrap-diagnostics )
/Zephyr-latest/tests/drivers/uart/uart_async_api/
DKconfig17 string "Name of the nocache region defined in devicetree (uppercase)"
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.h42 TSSLServerSocket(const std::string &address, int port,
/Zephyr-latest/samples/drivers/mbox_data/
DKconfig.sysbuild8 string
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst77 rad: Timing for log_message with string: 7.10us
84 flpr: Timing for log_message with string: 3.0us
91 app: Timing for log_message with string: 4.40us
98 ppr: Timing for log_message with string: 64.80us
/Zephyr-latest/soc/nxp/imx/imx8/
DKconfig.soc25 string
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DKconfig.soc25 string
/Zephyr-latest/drivers/ethernet/
DKconfig.smsc911x12 string
DKconfig.stellaris14 string
/Zephyr-latest/subsys/net/
DKconfig.hostname15 string "The hostname of this device"
18 The string should be a valid hostname.
/Zephyr-latest/drivers/modem/
DKconfig.simcom-sim708039 string "LTE bands the driver can use"
45 string "APN for establishing a network connection"
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py16 import string
137 bs_passwd = ''.join(random.choice(string.ascii_lowercase) for i in range(16))
138 passwd = ''.join(random.choice(string.ascii_lowercase) for i in range(16))
/Zephyr-latest/tests/drivers/dma/loop_transfer/
DKconfig13 string "the section to place the memory buffers."
/Zephyr-latest/samples/net/sockets/coap_download/
DKconfig13 string "The CoAP resource path to download"
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
DKconfig14 string "Virtual Port device name"
/Zephyr-latest/cmake/compiler/gcc/
Dtarget.cmake31 # Note that NOSYSDEF_CFLAG may be an empty string, and
32 # set_ifndef() does not work with empty string.
58 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
140 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/soc/nxp/imx/imx8x/
DKconfig.soc25 string
/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}")
/Zephyr-latest/subsys/usb/device/
Dos_desc.c27 *data = os_desc->string; in usb_handle_os_desc()
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake68 string(JOIN " " msg_components ${Zephyr_FIND_COMPONENTS})
72 string(REPLACE "," ";" SUB_COMPONENTS ${CMAKE_MATCH_2})
87 # Get rid of any double folder string before comparison, as example, user provides
112 string(FIND "${CMAKE_CURRENT_SOURCE_DIR}" "${CURRENT_ZEPHYR_DIR}/" COMMON_INDEX)
129 string(FIND "${CMAKE_CURRENT_SOURCE_DIR}" "${CURRENT_WORKSPACE_DIR}/" COMMON_INDEX)
/Zephyr-latest/tests/ztest/fail/
DCMakeLists.txt29 string(REGEX MATCHALL "(^|;)CONFIG_ZTEST_FAIL_TEST_[A-Za-z0-9_]+" fail_test_config "${_vars}")
33 string(REPLACE ";" " " fail_test_config "${fail_test_config}")
/Zephyr-latest/cmake/modules/
DFindoneApi.cmake20 string(REGEX REPLACE "[^0-9]*([0-9.]+) .*" "\\1" ONEAPI_VERSION ${ONEAPI_VERSION})
/Zephyr-latest/soc/openisa/rv32m1/
DCMakeLists.txt6 # options are y-selected; provide full arch string with the custom extension otherwise.
/Zephyr-latest/drivers/counter/
DKconfig.mcux_lptmr20 The compatible string "nxp,kinetis-lptmr" should

12345678910>>...24