Home
last modified time | relevance | path

Searched full:included (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/
DKconfig9 bool "Included board Kconfig fragment"
12 bool "Included board Kconfig fragment with suffix"
15 bool "Included board with qualifiers Kconfig fragment"
18 bool "Included other board Kconfig fragment"
21 bool "Included soc Kconfig fragment"
24 bool "Included soc overlay Kconfig fragment"
27 bool "Included other soc overlay Kconfig fragment"
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmicp.h82 * @brief Microphone Control Profile included services
84 * Used for to represent the Microphone Control Profile included service
109 * @brief Get Microphone Device included services
112 * Microphone Device included Audio Input Control Service instances.
116 * @param included Pointer to store the result in.
120 int bt_micp_mic_dev_included_get(struct bt_micp_included *included);
229 * @brief Get Microphone Control Profile included services
232 * Microphone Control Profile included services instances, such as
238 * @param[out] included Pointer to store the result in.
243 struct bt_micp_included *included);
Dvcp.h109 * @brief Volume Control Service included services
111 * Used for to represent the Volume Control Service included service instances,
128 * @brief Get Volume Control Service included services.
131 * Volume Control Service included service instances, such as pointers to the
135 * @param[out] included Pointer to store the result in.
139 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included);
437 * @brief Discover Volume Control Service and included services.
484 * @brief Get Volume Control Service included services.
487 * Volume Control Service included service instances, such as pointers to the
495 * @param[out] included Pointer to store the result in.
[all …]
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvcp.c112 int bt_vcp_vol_ctlr_included_get(struct bt_vcp_vol_ctlr *vol_ctlr, struct bt_vcp_included *included) in bt_vcp_vol_ctlr_included_get() argument
114 included->vocs_cnt = ARRAY_SIZE(vol_ctlr->vocs); in bt_vcp_vol_ctlr_included_get()
115 included->vocs = vol_ctlr->vocs; in bt_vcp_vol_ctlr_included_get()
117 included->aics_cnt = ARRAY_SIZE(vol_ctlr->aics); in bt_vcp_vol_ctlr_included_get()
118 included->aics = vol_ctlr->aics; in bt_vcp_vol_ctlr_included_get()
Dmicp.c101 struct bt_micp_included *included) in bt_micp_mic_ctlr_included_get() argument
103 included->aics_cnt = ARRAY_SIZE(mic_ctlr->aics); in bt_micp_mic_ctlr_included_get()
104 included->aics = mic_ctlr->aics; in bt_micp_mic_ctlr_included_get()
/Zephyr-latest/include/zephyr/drivers/ieee802154/
Dcc1200.h15 * address 0x04 to 0x2D included.
17 * extended address 0x00 to 0x39 included
/Zephyr-latest/doc/develop/toolchains/
Dcustom_cmake.rst50 based, for example ``llvm`` which then gets the :file:`toolchain/llvm.h` included.
51 This included file may though not be right for the custom toolchain. In order
52 to solve this, and thus to get the :file:`include/other.h` included instead,
63 To get the toolchain header included in zephyr's build, the
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld12 * to be included in the final binary.
24 * Zephyr ELF for post-processing, but it is not included in the final binary.
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt13 # This allows for MCUboot to be included.
35 # This allows for board and SoC specific images to be included.
/Zephyr-latest/scripts/build/
Dgen_image_info.py10 This script creates a image information header which can be included by a
15 Information included in the image information header:
68 Create header file with extracted image information which can be included
/Zephyr-latest/soc/nordic/
Dvalidate_binding_headers.c10 * Note: all dt-bindings headers which have been included by DTS in this build
11 * are automagically included in this file as well. See CMakeLists.txt.
/Zephyr-latest/modules/hal_rpi_pico/pico/
Dconfig_autogen.h11 * Since this file ends up included in all pico-sdk code, it's
22 * BUILD_ASSERT is included through toolchain.h.
/Zephyr-latest/include/zephyr/arch/
Dstructs.h9 * specific structure definitions to be included in generic kernel
18 * kernel.h is included.
/Zephyr-latest/tests/drivers/build_all/bbram/src/
Dmain.c6 /* It is okay if main() is not included since just checking the build. */
/Zephyr-latest/tests/drivers/build_all/flash/src/
Dmain.c6 /* It is okay if main() is not included since just checking the build. */
/Zephyr-latest/drivers/mm/
Dmm_drv_common.c144 * which will not be included during unmapping. in sys_mm_drv_simple_map_region()
189 * which will not be included during unmapping. in sys_mm_drv_simple_map_array()
277 * which will not be included during unmapping. in sys_mm_drv_simple_remap_region()
295 * which will not be included during unmapping. in sys_mm_drv_simple_remap_region()
309 * which will not be included during unmapping. in sys_mm_drv_simple_remap_region()
371 * which will not be included during unmapping. in sys_mm_drv_simple_move_region()
389 * which will not be included during unmapping. in sys_mm_drv_simple_move_region()
457 * which will not be included during unmapping. in sys_mm_drv_simple_move_array()
477 * which will not be included during unmapping. in sys_mm_drv_simple_move_array()
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/
Dinvalid_child_propreq.yaml4 # in a property specification inherited from an included file.
Dinvalid_child_propconst.yaml4 # in a property specification inherited from an included file.
Dinvalid_child_propdefault.yaml4 # in a property specification inherited from an included file.
Dinvalid_child_propenum.yaml4 # in a property specification inherited from an included file.
Dinvalid_grandchild_propreq.yaml4 # in a property specification inherited from an included file.
Dinvalid_grandchild_propconst.yaml4 # in a property specification inherited from an included file.
Dinvalid_grandchild_propdefault.yaml4 # in a property specification inherited from an included file.
Dinvalid_grandchild_propenum.yaml4 # in a property specification inherited from an included file.
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst47 There is a :zephyr:code-sample:`hawkbit-api` sample included in the
58 There is an :zephyr:code-sample:`updatehub-fota` sample included in the Zephyr
69 There is an :zephyr:code-sample:`smp-svr` sample included in the Zephyr

12345678910>>...23