Home
last modified time | relevance | path

Searched refs:meta (Results 76 – 100 of 101) sorted by relevance

12345

/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py63 if 'hal_nordic' in m.meta.get('name'):
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c693 static int lc3_enable(struct bt_bap_stream *stream, const uint8_t meta[], size_t meta_len, in lc3_enable() argument
721 static int lc3_metadata(struct bt_bap_stream *stream, const uint8_t meta[], size_t meta_len, in lc3_metadata() argument
726 return bt_audio_data_parse(meta, meta_len, meta_data_func_cb, rsp); in lc3_metadata()
808 sys_put_le16(context, codec_cfg->meta); in set_metadata()
1581 err = bt_bap_stream_enable(default_stream, codec_cfg->meta, codec_cfg->meta_len); in cmd_enable()
1647 err = bt_bap_stream_metadata(default_stream, codec_cfg->meta, codec_cfg->meta_len); in cmd_metadata()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c234 bt_audio_data_parse(codec_cap->meta, codec_cap->meta_len, log_codec_cb, "meta"); in log_codec()
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py855 modules = [mock.Mock(meta={'name': 'name1'}),
856 mock.Mock(meta={'name': 'name2'})]
/Zephyr-latest/cmake/modules/
Dkernel.cmake172 set(KERNEL_META_NAME ${KERNEL_NAME}.meta)
/Zephyr-latest/tests/bluetooth/audio/bap_base/src/
Dmain.c537 zassert_mem_equal(codec_cfg.meta, expected_meta, sizeof(expected_meta)); in test_base_subgroup_codec_to_codec_cfg_cb()
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh54 # Completion script for Zephyr's meta-tool, west
/Zephyr-latest/doc/
Dglossary.rst160 A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`.
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst76 #. :file:`soc.yml`: a YAML file describing the high-level meta data of the
Dboard_porting.rst276 #. :file:`board.yml`: a YAML file describing the high-level meta data of the
/Zephyr-latest/
DKconfig.zephyr924 bool "Create a build meta file"
926 Create a build meta file in the build directory containing lists of:
938 File extension is .meta
DCMakeLists.txt1820 --meta-out ${KERNEL_META_PATH}
1822 $<$<BOOL:${CONFIG_BUILD_OUTPUT_META_STATE_PROPAGATE}>:--meta-state-propagate>
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt232 facebook Facebook (deprecated, use meta)
421 meta Meta Platforms, Inc.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split905 prompt "Connection meta data extension"
908 Enables vendor specific per-connection meta data as part of the
912 prompt "RX pdu meta data"
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c187 net_buf_simple_add_mem(buf, codec_cap->meta, codec_cap->meta_len); in build_pac_records()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst277 <inf> bt_mcc: Object's meta data:
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py206 meta_description = nodes.meta()
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst222 * Fix edge case in meta-IRQ preemption of co-operative threads
1246 * :github:`3866` - To optimize the layout of the meta data of mem_slab & mem_pool
1248 * :github:`3717` - purge linker scripts of macro-based meta-language
Drelease-notes-1.12.rst20 - Command-line Zephyr meta-tool "west"
51 * kernel: Add "meta IRQ" thread priorities
Drelease-notes-2.1.rst930 * :github:`6991` - Enhance test reporting and maintain one source for testcase meta data
/Zephyr-latest/kernel/
DKconfig97 end of the range which have "meta-irq" behavior. Runnable
102 of "interrupting" the current task and running the meta-irq
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py343 self.modules = [module.meta.get('name') for module in modules_meta]
/Zephyr-latest/doc/develop/flash_debug/
Dprobes.rst423 If you use West (Zephyr's meta-tool) you can modify the default runner using
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst29 and additional helper or meta functions that do not correspond to procedures.
/Zephyr-latest/doc/develop/application/
Dindex.rst785 meta-tool, which invokes ``cmake`` and the underlying build tool (``ninja`` or

12345