Searched refs:string (Results 76 – 100 of 583) sorted by relevance
12345678910>>...24
/Zephyr-latest/cmake/ |
D | verify-toolchain.cmake | 11 # FORMAT=json: Print the output as a json formatted string, useful for Python 34 string(APPEND json "\"SDK_VERSION\": \"${SDK_VERSION}\", ") 35 string(APPEND json "\"ZEPHYR_SDK_INSTALL_DIR\" : \"${ZEPHYR_SDK_INSTALL_DIR}\"}")
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | Kconfig | 12 string "IP of the MQTT-SN gateway. Only used if NET_SAMPLE_MQTT_SN_STATIC_GATEWAY=n." 19 string "IP of the Broadcast address"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig | 47 string "The broadcast code (if any) to use for encrypted broadcast" 50 Setting a non-empty string for this option will encrypt the broadcast using this 51 string as the broadcast code. The length of the string shall be between 1 and 16 octets.
|
/Zephyr-latest/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 89 /*ol*/ uint32_t writeMessageBegin(const std::string &name, const TMessageType messageType, 132 inline uint32_t writeBinary(const std::string &str); 138 /*ol*/ uint32_t readMessageBegin(std::string &name, TMessageType &messageType, 143 inline uint32_t readStructBegin(std::string &name); 147 inline uint32_t readFieldBegin(std::string &name, TType &fieldType, int16_t &fieldId); 179 inline uint32_t readBinary(std::string &str);
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | client.cpp | 31 string s; in ZTEST() 85 string rsp; in ZTEST() 130 static const map<string, string> request_smap = { in ZTEST() 133 map<string, string> response_smap; in ZTEST()
|
/Zephyr-latest/boards/raytac/mdbt53_db_40/ |
D | Kconfig | 9 string 22 string
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | Kconfig | 9 string 22 string
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | Kconfig | 9 string 20 string
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/ |
D | Kconfig | 9 string 22 string
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | master.h | 112 #define PRINT_STRING(string) printk("%s", string) argument
|
/Zephyr-latest/soc/realtek/ec/ |
D | Kconfig | 17 string 24 string "Set the address for BOOTROM"
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 6 string 19 Otherwise, it is the empty string. For example, if BOARD is 21 this option will be the empty string. 24 string
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 26 # Note that NOSYSDEF_CFLAG may be an empty string, and 27 # set_ifndef() does not work with empty string. 38 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}") 72 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
|
/Zephyr-latest/cmake/modules/ |
D | hwm_v2.cmake | 62 string(FIND "${ret_hw}" "\n" idx REVERSE) 64 string(SUBSTRING "${ret_hw}" ${start} -1 line) 65 string(SUBSTRING "${ret_hw}" 0 ${idx} ret_hw) 73 string(TOUPPER "${ARCH_V2_NAME}" ARCH_V2_NAME_UPPER) 79 string(TOUPPER "${SOC_V2_NAME}" SOC_V2_NAME_UPPER) 80 string(TOUPPER "${HWM_TYPE}" HWM_TYPE_UPPER)
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | Kconfig | 10 string 23 string
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/ |
D | Kconfig | 7 string "Selected Broadcast Source name" 16 string "Selected Broadcast Sink name"
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | Kconfig | 25 string "WIFI SSID - Network name" 28 string "WIFI PSK - Network password key"
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | string.h | 13 #include_next <string.h>
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | Kconfig | 15 string 28 string
|
/Zephyr-latest/tests/boot/mcuboot_data_sharing/ |
D | CMakeLists.txt | 28 string(CONFIGURE "${version_content}" version_content) 29 string(CONFIGURE "${version_content}" version_content)
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target.cmake | 8 # Note that NOSYSDEF_CFLAG may be an empty string, and 9 # set_ifndef() does not work with empty string. 50 string(REGEX REPLACE "\n" "" _OUTPUT ${_OUTPUT}) 113 string(REPLACE lib "" RTLIB_NAME ${RTLIB_NAME_WITH_PREFIX}) 119 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
|
/Zephyr-latest/arch/x86/ |
D | CMakeLists.txt | 39 # Make the string into a list, or else it will be passed to ${GEN_MMU} 40 # as a quoted string, which is then parsed as one item by Python's 42 string(REPLACE " " ";"
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | CMakeLists.txt | 7 arcmwdt-string.c
|
/Zephyr-latest/tests/modules/nanopb/proto/sub/ |
D | nested.proto | 11 string name = 2;
|
/Zephyr-latest/lib/libc/newlib/include/ |
D | string.h | 16 #include_next <string.h>
|
12345678910>>...24