/Zephyr-latest/boards/beagle/beagley_ai/doc/ |
D | index.rst | 96 targeting the MAIN domain Cortex R5F on BeagleY-AI: 103 For the MCU domain Cortex R5F on BeagleY-AI:
|
/Zephyr-latest/dts/bindings/ |
D | binding-types.txt | 96 power-domain Power domain
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_rcar.c | 365 .mod_clk.domain = \ 366 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 58 uint32_t domain:3; member 153 .domain = (_domain_id), \ 762 return msg->hdr.desc.domain; in log_msg_get_domain()
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 29 For devices on a power domain (via the devicetree 'power-domains' property), device runtime 30 power management automatically attempts to request and release the dependent domain 34 For the previous to automatically control the power domain state, device runtime PM must be enabled 35 on the power domain device (either through the ``zephyr,pm-device-runtime-auto`` devicetree property
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | tlv.h | 249 uint8_t domain; member
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 56 "name": "domain-name-servers", 148 "name": "domain-name-servers",
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 20 cluster and a single Cortex-M4 core in the MCU domain. Zephyr is ported to run on 55 MCU domain UART (MCU_UART0).
|
/Zephyr-latest/dts/arm64/renesas/ |
D | r8a779f0.dtsi | 87 #power-domain-cells = <0>;
|
D | rcar_gen3_ca57.dtsi | 72 #power-domain-cells = <0>;
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 18 road vehicles or the automotive domain.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 35 * Memory domain APIs for fine-tuning memory region permissions 38 * Add the following application-facing memory domain APIs: 40 * k_mem_domain_init() - to initialize a memory domain 41 * k_mem_domain_destroy() - to destroy a memory domain 42 * k_mem_domain_add_partition() - to add a partition into a domain 43 * k_mem_domain_remove_partition() - to remove a partition from a domain 44 * k_mem_domain_add_thread() - to add a thread into a domain 45 * k_mem_domain_remove_thread() - to remove a thread from a domain 57 * Architecture specific memory domain APIs added 326 * :github:`3716` - define / implement application-facing memory domain APIs [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 595 domain = env.get_domain("zephyr") 596 domain.add_code_sample(code_sample) 640 domain = env.get_domain("zephyr") 641 domain.add_code_sample_category(code_sample_category) 1186 domain = env.get_domain("zephyr") 1187 code_samples = domain.data["code-samples"]
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 24 This option is deprecated and configuration of LPTIM domain clock
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 12 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h> 207 gpd: global-power-domain { 209 #power-domain-cells = <1>; 230 domain = <2>; 241 domain = <3>; 577 global-domain-id = <12>; 722 global-domain-id = <13>; 834 power-domain-names = "peripheral", "pad"; 847 power-domain-names = "peripheral", "pad";
|
/Zephyr-latest/samples/net/sockets/socketpair/ |
D | README.rst | 12 connected UNIX-domain sockets. The pairs of sockets are created with
|
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/ |
D | phyboard_lyra_am62xx_m4.rst | 29 quad Cortex-A53 cluster and a single Cortex-M4 core in the MCU domain. Zephyr 81 MCU domain UART (MCU_UART0).
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_data_set.h | 588 int gptp_get_port_data(struct gptp_domain *domain, int port,
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 75 bool "Multi-domain logger"
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_backend.c | 150 zassert_equal(msg->log.hdr.desc.domain, exp->domain_id); in process()
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | arc_mpu_v4_internal.h | 745 void arc_core_mpu_remove_mem_partition(struct k_mem_domain *domain, in arc_core_mpu_remove_mem_partition() argument 748 struct k_mem_partition *partition = &domain->partitions[partition_id]; in arc_core_mpu_remove_mem_partition()
|
/Zephyr-latest/drivers/can/ |
D | can_rcar.c | 1197 .mod_clk.domain = \ 1198 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \ 1201 .bus_clk.domain = \ 1202 DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 212 domain = self.env.get_domain("kconfig") 215 domain.add_option(option)
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 222 if user_args.domain is None: 229 domains = load_domains(build_dir).get_domains(user_args.domain) 231 domains = load_domains(build_dir).get_domains(user_args.domain,
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 25 - DNS server should be available on the host to resolve domain names
|