Home
last modified time | relevance | path

Searched full:parts (Results 1 – 25 of 174) sorted by relevance

1234567

/Zephyr-latest/scripts/west_commands/runners/
Duf2.py75 parts = [part for part in psutil.disk_partitions() if self.is_uf2_partition(part)]
77 if (self.board_id is not None) and parts:
78 parts = [part for part in parts if self.match_board_id(part)]
79 if not parts:
83 return parts
/Zephyr-latest/drivers/reset/
DKconfig.lpc_syscon10 Syscon is found on LPC parts and LPC heritage parts.
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,imx-iomuxc.yaml54 RT11xx parts have multiple types of IOMUXC registers defined, with
61 RT11xx parts have multiple types of IOMUXC registers defined, with
68 RT11xx parts have multiple types of IOMUXC registers defined, with
75 RT11xx parts have multiple types of IOMUXC registers defined, with
/Zephyr-latest/drivers/gnss/
Dgnss_parse.h13 * @brief Parse decimal string to nano parts
26 * @brief Parse decimal string to micro parts
39 * @brief Parse decimal string to milli parts
/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf-lfclk.yaml38 description: Clock accuracy in parts per million if LFRC clock source is used.
42 description: Clock accuracy in parts per million if LFLPRC clock source is used.
Dnordic,nrf-fll16m.yaml36 description: Clock accuracy in parts per million if open-loop clock source is used.
41 Base clock accuracy in parts per million if closed-loop clock source is used.
Dnordic,nrf54h-hfxo.yaml16 description: Clock accuracy in parts per million
Dst,stm32f4-plli2s-clock.yaml29 Valid range may vary between parts: 50 - 432 , 192 - 432
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dmain.c65 struct k_mem_partition *parts[] = { in init_app() local
72 err = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in init_app()
/Zephyr-latest/tests/kernel/threads/tls/src/
Dmain.c208 struct k_mem_partition *parts[] = { in thread_tls_setup() local
216 parts[0] = &part_common; in thread_tls_setup()
218 ret = k_mem_domain_init(&dom_common, ARRAY_SIZE(parts), parts); in thread_tls_setup()
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c53 struct k_mem_partition *parts[] = { in yielder_entry() local
57 ret = k_mem_domain_init(&thread->domain, ARRAY_SIZE(parts), parts); in yielder_entry()
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig60 Parts Per Million of allowed drift when using an external tool
67 Parts Per Million of allowed period drift when using an external tool
/Zephyr-latest/kernel/
Dmem_domain.c89 struct k_mem_partition *parts[]) in k_mem_domain_init() argument
99 CHECKIF(!(num_parts == 0U || parts != NULL)) { in k_mem_domain_init()
100 LOG_ERR("parts array is NULL and num_parts is nonzero"); in k_mem_domain_init()
132 CHECKIF(!check_add_partition(domain, parts[i])) { in k_mem_domain_init()
134 i, parts[i]); in k_mem_domain_init()
139 domain->partitions[i] = *parts[i]; in k_mem_domain_init()
/Zephyr-latest/samples/net/openthread/coprocessor/
Dprj.conf4 # Disable certain parts of Zephyr IPv6 stack
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst4 Tests MCUBoot's image swap support. This application is built in three parts
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_global_cfg.h67 /* SZ 144-pin package parts */
70 /* LJ 176-pin package parts */
/Zephyr-latest/samples/net/sockets/echo_server/src/
Decho-server.c125 struct k_mem_partition *parts[] = { in init_app() local
132 int ret = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in init_app()
/Zephyr-latest/soc/st/stm32/common/
Dsoc_config.c79 #else /* all other parts */ in st_stm32_common_config()
93 #else /* all other parts */ in st_stm32_common_config()
/Zephyr-latest/scripts/west_commands/
Dbuild_helpers.py61 parts = Path(fmt).parts
63 for p in parts:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
D.gitignore16 parts/
/Zephyr-latest/include/zephyr/app_memory/
Dmem_domain.h121 * @param num_parts The number of array items of "parts" parameter.
122 * @param parts An array of pointers to the memory partitions. Can be NULL
130 struct k_mem_partition *parts[]);
/Zephyr-latest/include/zephyr/dt-bindings/battery/
Dbattery.h7 * listed battery parts. They will not be 100% correct for all batteries of the chemistry,
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dpinctrl_soc.h34 /* MCUX RT parts only have one pin type */
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
Dpinctrl_soc.h34 /* MCUX RT parts only have one pin type */
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.h47 * @return the estimated remaining capacity in parts per ten

1234567