/Zephyr-latest/scripts/west_commands/runners/ |
D | uf2.py | 75 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/ |
D | Kconfig.lpc_syscon | 10 Syscon is found on LPC parts and LPC heritage parts.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc.yaml | 54 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/ |
D | gnss_parse.h | 13 * @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/ |
D | nordic,nrf-lfclk.yaml | 38 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.
|
D | nordic,nrf-fll16m.yaml | 36 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.
|
D | nordic,nrf54h-hfxo.yaml | 16 description: Clock accuracy in parts per million
|
D | st,stm32f4-plli2s-clock.yaml | 29 Valid range may vary between parts: 50 - 432 , 192 - 432
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | main.c | 65 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/ |
D | main.c | 208 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/ |
D | main.c | 53 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/ |
D | Kconfig | 60 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/ |
D | mem_domain.c | 89 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/ |
D | prj.conf | 4 # Disable certain parts of Zephyr IPv6 stack
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | README.rst | 4 Tests MCUBoot's image swap support. This application is built in three parts
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_global_cfg.h | 67 /* SZ 144-pin package parts */ 70 /* LJ 176-pin package parts */
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | echo-server.c | 125 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/ |
D | soc_config.c | 79 #else /* all other parts */ in st_stm32_common_config() 93 #else /* all other parts */ in st_stm32_common_config()
|
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 61 parts = Path(fmt).parts 63 for p in parts:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 16 parts/
|
/Zephyr-latest/include/zephyr/app_memory/ |
D | mem_domain.h | 121 * @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/ |
D | battery.h | 7 * listed battery parts. They will not be 100% correct for all batteries of the chemistry,
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | pinctrl_soc.h | 34 /* MCUX RT parts only have one pin type */
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | pinctrl_soc.h | 34 /* MCUX RT parts only have one pin type */
|
/Zephyr-latest/samples/boards/nordic/battery/src/ |
D | battery.h | 47 * @return the estimated remaining capacity in parts per ten
|