Home
last modified time | relevance | path

Searched +full:- +full:- +full:timeout +full:- +full:multiplier (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dlitex,clk.yaml2 # SPDX-License-Identifier: Apache-2.0
4 include: [clock-controller.yaml, base.yaml]
14 clock-cells:
15 - id
22 "#clock-cells":
26 clock-output-names:
28 type: string-array
33 litex,lock-timeout:
38 litex,drdy-timeout:
43 litex,divclk-divide-min:
[all …]
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram4 # SPDX-License-Identifier: Apache-2.0
25 int "Internal write-buffer size"
30 Number of 128-bit words.
31 Maximum buffer size can be configured to the value of 32 (128-bit words).
32 Set 0 to disable write-buffer.
35 int "Preload timeout value for waiting for a next write in RRAMC clock cycles"
39 Set 0 to disable ready next timeout counter.
62 int "Multiplier for flash operation timeouts [x0.1]"
66 This is a multiplier that will be divided by 10 that is applied
67 to the flash erase and write operations timeout. The base for
DKconfig.nrf1 # SPDX-License-Identifier: Apache-2.0
62 int "Partial erase timeout in MS"
68 Minimal timeout is 2ms maximum should not exceed half of
72 int "Multiplier for flash operation timeouts [x0.1]"
77 This is a multiplier that will be divided by 10 that is applied
78 to the flash erase and write operations timeout. The base for
90 bool "8-bit write block size emulation"
/Zephyr-latest/drivers/timer/
DKconfig.x861 # Copyright (c) 2014-2015 Wind River Systems, Inc.
3 # Copyright (c) 2019-2023 Intel Corp.
4 # SPDX-License-Identifier: Apache-2.0
45 deadline capability. The use of a free-running 64 bit
47 from the handling, and the near-instruction-cycle resolution
50 logic). SMP-safe and very fast, this should be the obvious
63 local APIC in one-shot mode as the timeout event source.
77 last IO-APIC IRQ (the timer is the first entry in the APIC
79 user-configurable and almost certainly should be managed via
87 int "TSC to local APIC timer frequency multiplier (N)"
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.c4 * SPDX-License-Identifier: Apache-2.0
66 …* https://github.com/Digilent/Zybo-hdmi-out/blob/b991fff6e964420ae3c00c3dbee52f2ad748b3ba/sdk/disp…
213 return litex_clk_filter_table[glob_mul - 1]; in litex_clk_lookup_filter()
219 return litex_clk_lock_table[glob_mul - 1]; in litex_clk_lookup_lock()
234 int assert = (1 << (drp[reg].size * BITS_PER_BYTE)) - 1; in litex_clk_assert_reg()
246 uint32_t timeout; in litex_clk_wait() local
251 timeout = ldev->timeout.lock; in litex_clk_wait()
253 timeout = ldev->timeout.drdy; in litex_clk_wait()
256 while (!litex_clk_get_reg(reg) && timeout) { in litex_clk_wait()
257 timeout--; in litex_clk_wait()
[all …]
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py2 # Copyright (c) 2023-2024 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
8 # pylint: disable=duplicate-code
18 # pylint: disable=no-name-in-module
200 ['--build-only', '-b']
203 args = ['-i', '--outdir', out_path, '-T', test_path, flag] + \
205 ['-p'] * len(test_platforms), test_platforms
212 built_regex = r'^INFO - (?P<executed_on_platform>[0-9]+)' \
213 r' test configurations executed on platforms, (?P<only_built>[0-9]+)' \
239 args = ['--outdir', out_path,'-i', '-T', test_path, '--build-only'] + \
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py4 # Copyright (c) 2018-2025 Intel Corporation
8 # SPDX-License-Identifier: Apache-2.0
45 def _get_installed_packages() -> Generator[str, None, None]:
63 PYTEST_PLUGIN_INSTALLED = 'pytest-twister-harness' in installed_packages
71 def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
82 $ ./scripts/twister -v \\
83 --testsuite-root tests/ztest/base \\
84 --testsuite-root tests/kernel \\
85 --test tests/ztest/base/testing.ztest.verbose_0 \\
86 --test tests/kernel/fifo/fifo_api/kernel.fifo
[all …]
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c4 * SPDX-License-Identifier: Apache-2.0
77 sys_rand_get(iface->config.dhcpv6.tid, sizeof(iface->config.dhcpv6.tid)); in dhcpv6_generate_tid()
136 if (iface->config.dhcpv6.t1 > t1_abs) { in dhcvp6_update_deadlines()
137 iface->config.dhcpv6.t1 = t1_abs; in dhcvp6_update_deadlines()
140 if (iface->config.dhcpv6.t2 > t2_abs) { in dhcvp6_update_deadlines()
141 iface->config.dhcpv6.t2 = t2_abs; in dhcvp6_update_deadlines()
144 if (iface->config.dhcpv6.expire < expire_abs) { in dhcvp6_update_deadlines()
145 iface->config.dhcpv6.expire = expire_abs; in dhcvp6_update_deadlines()
149 static void dhcpv6_set_timeout(struct net_if *iface, uint64_t timeout) in dhcpv6_set_timeout() argument
153 NET_DBG("sched dhcpv6 timeout iface=%p timeout=%llums", iface, timeout); in dhcpv6_set_timeout()
[all …]
/Zephyr-latest/.github/workflows/
Dtwister.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
16 - cron: '0 17 * * 6'
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20 cancel-in-progress: true
23 twister-build-prep:
[all …]
Dcodecov.yaml5 - cron: '25 06,18 * * *'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository_owner == 'zephyrproject-rtos'
14 runs-on:
15 group: zephyr-runner-v2-linux-x64-4xlarge
17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
18 options: '--entrypoint /bin/bash'
20 fail-fast: false
24 - platform: 'mps2/an385'
[all …]
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h4 * SPDX-License-Identifier: Apache-2.0
37 #define SDHC_TIMEOUT_FOREVER (-1)
52 int timeout_ms; /*!< Command timeout in milliseconds */
70 int timeout_ms; /*!< data timeout in milliseconds */
113 * to the bus. Cards start with legacy timing, but UHS-II cards can go up to
164 unsigned int timeout_clk_freq: 5; /**< Timeout clock frequency */
166 unsigned int timeout_clk_unit: 1; /**< Timeout clock unit */
169 unsigned int bus_8_bit_support: 1; /**< 8-bit Support for embedded device */
179 unsigned int address_64_bit_support_v4: 1; /**< 64-bit system address support for V4 */
180 unsigned int address_64_bit_support_v3: 1; /**< 64-bit system address support for V3 */
[all …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000_regs.h4 * SPDX-License-Identifier: Apache-2.0
7 * https://github.com/Decawave/mynewt-dw1000-core.git
14 * Copyright (C) 2017-2018, Decawave Limited, All Rights Reserved
24 * http://www.apache.org/licenses/LICENSE-2.0
75 /* Frame Filtering Behave as a Co-ordinator */
114 /* Receive Wait Timeout Enable. */
117 * Receiver Auto-Re-enable.
118 * This bit is used to cause the receiver to re-enable automatically
126 /* System Time Counter (40-bit) */
180 * of non-standard values
[all …]
/Zephyr-latest/drivers/sdhc/
Dsam_hsmci.c4 * SPDX-License-Identifier: Apache-2.0
61 /* timeout multiplier shift (actual value is 1 << _mul_shift[*]) */
80 const struct sam_hsmci_config *config = dev->config; in sam_hsmci_reset()
81 Hsmci *hsmci = config->base; in sam_hsmci_reset()
83 uint32_t mr = hsmci->HSMCI_MR; in sam_hsmci_reset()
84 uint32_t dtor = hsmci->HSMCI_DTOR; in sam_hsmci_reset()
85 uint32_t sdcr = hsmci->HSMCI_SDCR; in sam_hsmci_reset()
86 uint32_t cstor = hsmci->HSMCI_CSTOR; in sam_hsmci_reset()
87 uint32_t cfg = hsmci->HSMCI_CFG; in sam_hsmci_reset()
89 hsmci->HSMCI_CR = HSMCI_CR_SWRST; in sam_hsmci_reset()
[all …]
/Zephyr-latest/doc/develop/test/
Dtwister.rst20 When using (at least) one ``-v`` option, twister's console output
27 - The test is marked as ``build_only: true`` in its ``.yaml``
29 - The test configuration has defined a ``harness`` but you don't have
31 - The target device is not connected and not available for flashing
32 - You or some higher level automation invoked twister with
33 ``--build-only``.
39 .. group-tab:: Linux
41 .. code-block:: bash
43 $ source zephyr-env.sh
46 .. group-tab:: Windows
[all …]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash1 # Bash auto-completion for west subcommands and flags. To initialize, run
3 # source west-completion.bash
7 __west_previous_extglob_setting=$(shopt -p extglob)
8 shopt -s extglob
12 # bash_completion - programmable completion functions for bash 3.2+
14 # Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
15 # © 2009-2010, Bash Completion Maintainers
16 # <bash-completion-devel@lists.alioth.debian.org>
33 # http://bash-completion.alioth.debian.org/
41 # if test "${words_[cword_-1]}" = -w
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c4 * SPDX-License-Identifier: Apache-2.0
138 elapsed = p->lazy + 1U; in prepare()
140 lll = p->param; in prepare()
143 lll->latency_prepare += elapsed; in prepare()
146 lll->window_widening_prepare_us += lll->window_widening_periodic_us * in prepare()
148 if (lll->window_widening_prepare_us > lll->window_widening_max_us) { in prepare()
149 lll->window_widening_prepare_us = lll->window_widening_max_us; in prepare()
160 LL_ASSERT(!err || err == -EINPROGRESS); in create_prepare_bh()
169 LL_ASSERT(!err || err == -EINPROGRESS); in prepare_bh()
182 radio_isr_set(isr_rx_estab, p->param); in create_prepare_cb()
[all …]
/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h2 * Copyright 2022-2023 NXP
4 * SPDX-License-Identifier: Apache-2.0
69 * to inform the SD card the next command is an application-specific one.
87 /* Bits 0-2 reserved */
99 /* Bits 17-18 reserved */
184 #define SD_SPI_CMD_BODY_SIZE (SD_SPI_CMD_SIZE - 1)
271 /** VDD 2.7-2.8 */
273 /** VDD 2.8-2.9 */
275 /** VDD 2.9-3.0 */
277 /** VDD 3.0-3.1 */
[all …]
/Zephyr-latest/scripts/
Dspelling.txt1039 multipler||multiplier
1062 none existent||non-existent
1580 timout||timeout
1703 vicefersa||vice-versa