Home
last modified time | relevance | path

Searched refs:domain (Results 151 – 175 of 283) sorted by relevance

12345678910>>...12

/Zephyr-latest/boards/beagle/beagley_ai/doc/
Dindex.rst96 targeting the MAIN domain Cortex R5F on BeagleY-AI:
103 For the MCU domain Cortex R5F on BeagleY-AI:
/Zephyr-latest/dts/bindings/
Dbinding-types.txt96 power-domain Power domain
/Zephyr-latest/drivers/i2c/
Di2c_rcar.c365 .mod_clk.domain = \
366 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h58 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/
Ddevice_runtime.rst29 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/
Dtlv.h249 uint8_t domain; member
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst56 "name": "domain-name-servers",
148 "name": "domain-name-servers",
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst20 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/
Dr8a779f0.dtsi87 #power-domain-cells = <0>;
Drcar_gen3_ca57.dtsi72 #power-domain-cells = <0>;
/Zephyr-latest/doc/connectivity/canbus/
Disotp.rst18 road vehicles or the automotive domain.
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst35 * 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__.py595 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/
DKconfig.stm32_lptim24 This option is deprecated and configuration of LPTIM domain clock
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi12 #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/
DREADME.rst12 connected UNIX-domain sockets. The pairs of sockets are created with
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_m4.rst29 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/
Dgptp_data_set.h588 int gptp_get_port_data(struct gptp_domain *domain, int port,
/Zephyr-latest/subsys/logging/
DKconfig.mode75 bool "Multi-domain logger"
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmock_backend.c150 zassert_equal(msg->log.hdr.desc.domain, exp->domain_id); in process()
/Zephyr-latest/arch/arc/core/mpu/
Darc_mpu_v4_internal.h745 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/
Dcan_rcar.c1197 .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__.py212 domain = self.env.get_domain("kconfig")
215 domain.add_option(option)
/Zephyr-latest/scripts/west_commands/
Drun_common.py222 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/
DREADME.rst25 - DNS server should be available on the host to resolve domain names

12345678910>>...12