/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/ |
D | Kconfig | 9 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/ |
D | micp.h | 82 * @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);
|
D | vcp.h | 109 * @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/ |
D | vcp.c | 112 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()
|
D | micp.c | 101 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/ |
D | cc1200.h | 15 * address 0x04 to 0x2D included. 17 * extended address 0x00 to 0x39 included
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 50 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/ |
D | llext-sections.ld | 12 * 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/ |
D | CMakeLists.txt | 13 # This allows for MCUboot to be included. 35 # This allows for board and SoC specific images to be included.
|
/Zephyr-latest/scripts/build/ |
D | gen_image_info.py | 10 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/ |
D | validate_binding_headers.c | 10 * 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/ |
D | config_autogen.h | 11 * 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/ |
D | structs.h | 9 * specific structure definitions to be included in generic kernel 18 * kernel.h is included.
|
/Zephyr-latest/tests/drivers/build_all/bbram/src/ |
D | main.c | 6 /* It is okay if main() is not included since just checking the build. */
|
/Zephyr-latest/tests/drivers/build_all/flash/src/ |
D | main.c | 6 /* It is okay if main() is not included since just checking the build. */
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.c | 144 * 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/ |
D | invalid_child_propreq.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_child_propconst.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_child_propdefault.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_child_propenum.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_grandchild_propreq.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_grandchild_propconst.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_grandchild_propdefault.yaml | 4 # in a property specification inherited from an included file.
|
D | invalid_grandchild_propenum.yaml | 4 # in a property specification inherited from an included file.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 47 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
|