Home
last modified time | relevance | path

Searched refs:lang (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/cmake/linker/iar/
Dlinker_flags.cmake9 foreach(lang C CXX ASM)
11 set(CMAKE_${lang}_LINK_EXECUTABLE
12 …"<CMAKE_LINKER> <CMAKE_${lang}_LINK_FLAGS> <LINK_FLAGS> ${commands} <LINK_LIBRARIES> <OBJECTS> -o …
/Zephyr-latest/modules/thrift/cmake/
Dthrift.cmake11 lang # The language for generated sources
25 --gen ${lang}${lang_opts}
33 ${target} PRIVATE ${out_dir}/gen-${lang}
/Zephyr-latest/doc/develop/languages/rust/
Dindex.rst29 west config manifest.project-filter +zephyr-lang-rust
32 This should cause the Rust language support to be placed in :samp:`modules/lang/rust` in your
37 in :module_file:`modules/lang/rust/samples <zephyr-lang-rust:samples>`.
76 :module_file:`modules/lang/rust/etc/platforms.txt <zephyr-lang-rust:etc/platforms.txt>` file).
84 https://zephyrproject-rtos.github.io/zephyr-lang-rust/nostd/zephyr/index.html
/Zephyr-latest/subsys/bluetooth/audio/
Dcodec.c752 static int codec_meta_get_lang(const uint8_t meta[], size_t meta_len, const uint8_t **lang) in codec_meta_get_lang() argument
762 CHECKIF(lang == NULL) { in codec_meta_get_lang()
776 *lang = data; in codec_meta_get_lang()
782 const uint8_t lang[BT_AUDIO_LANG_SIZE]) in codec_meta_set_lang()
789 CHECKIF(lang == NULL) { in codec_meta_set_lang()
794 return codec_meta_set_val(meta, meta_len, meta_size, BT_AUDIO_METADATA_TYPE_LANG, lang, in codec_meta_set_lang()
1306 const uint8_t **lang) in bt_audio_codec_cfg_meta_get_lang() argument
1313 return codec_meta_get_lang(codec_cfg->meta, codec_cfg->meta_len, lang); in bt_audio_codec_cfg_meta_get_lang()
1317 const uint8_t lang[BT_AUDIO_LANG_SIZE]) in bt_audio_codec_cfg_meta_set_lang()
1322 lang); in bt_audio_codec_cfg_meta_set_lang()
[all …]
/Zephyr-latest/tests/bluetooth/audio/codec/src/
Dmain.c649 const uint8_t *lang; in ZTEST() local
652 ret = bt_audio_codec_cfg_meta_get_lang(&codec_cfg, &lang); in ZTEST()
654 zassert_mem_equal(expected_data, lang, BT_AUDIO_LANG_SIZE); in ZTEST()
664 const uint8_t *lang; in ZTEST() local
667 ret = bt_audio_codec_cfg_meta_get_lang(&codec_cfg, &lang); in ZTEST()
669 zassert_mem_equal(expected_data, lang, BT_AUDIO_LANG_SIZE); in ZTEST()
674 ret = bt_audio_codec_cfg_meta_get_lang(&codec_cfg, &lang); in ZTEST()
676 zassert_mem_equal(new_expected_data, lang, BT_AUDIO_LANG_SIZE); in ZTEST()
1690 const uint8_t *lang; in ZTEST() local
1693 ret = bt_audio_codec_cap_meta_get_lang(&codec_cap, &lang); in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h1208 const uint8_t **lang);
1221 const uint8_t lang[BT_AUDIO_LANG_SIZE]);
1810 const uint8_t **lang);
1823 const uint8_t lang[BT_AUDIO_LANG_SIZE]);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h339 const uint8_t lang[BT_AUDIO_LANG_SIZE]) in print_codec_meta_language()
341 bt_shell_print("%*sLanguage: %c%c%c", indent, "", (char)lang[0], (char)lang[1], in print_codec_meta_language()
342 (char)lang[2]); in print_codec_meta_language()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst58 [lang <ISO 639-3 lang>]
393 [lang <ISO 639-3 lang>]
472 uart:~$ bap preset sink 32_2_1 config freq 10 meta lang "eng" stream_ctx 4
/Zephyr-latest/subsys/usb/device_next/
Dusbd_shell.c43 USBD_DESC_LANG_DEFINE(lang);
117 err = usbd_add_descriptor(my_uds_ctx, &lang); in cmd_usbd_default_strings()
/Zephyr-latest/cmake/modules/
Dextensions.cmake173 # zephyr_get_${build_information}_for_lang${format}(lang x [STRIP_PREFIX])
187 # ${lang} can be one of
203 function(zephyr_get_include_directories_for_lang_as_string lang i)
204 zephyr_get_include_directories_for_lang(${lang} list_of_flags DELIMITER " " ${ARGN})
211 function(zephyr_get_system_include_directories_for_lang_as_string lang i)
212 zephyr_get_system_include_directories_for_lang(${lang} list_of_flags DELIMITER " " ${ARGN})
219 function(zephyr_get_compile_definitions_for_lang_as_string lang i)
220 zephyr_get_compile_definitions_for_lang(${lang} list_of_flags DELIMITER " " ${ARGN})
227 function(zephyr_get_compile_options_for_lang_as_string lang i)
228 zephyr_get_compile_options_for_lang(${lang} list_of_flags DELIMITER " ")
[all …]
/Zephyr-latest/boards/ronoth/lodev/doc/
Dindex.rst147 …S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id=79&lang=3
Ds76s.rst232 …S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id=79&lang=3
/Zephyr-latest/
D.mailmap56 Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst740 * Renamed ``stream_lang`` to just ``lang`` to better fit with the assigned numbers document.
750 * Changed ``lang`` from ``uint32_t`` to ``uint8_t [3]``. This modifies the following functions:
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst202 .. _mypy: https://www.mypy-lang.org/