Searched +full:- +full:- +full:narrow (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/soc/nxp/common/ |
D | Kconfig.nbu | 2 # SPDX-License-Identifier: Apache-2.0 9 NXP Narrow Band Unit interrupt initialization.
|
D | nxp_nbu.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * Interrupt Narrow Band Unit. This is meant for a RCP radio device. 12 /* -------------------------------------------------------------------------- */ 14 /* -------------------------------------------------------------------------- */ 17 /* -------------------------------------------------------------------------- */ 19 /* -------------------------------------------------------------------------- */ 29 /* -------------------------------------------------------------------------- */ 31 /* -------------------------------------------------------------------------- */ 35 /* -------------------------------------------------------------------------- */ 37 /* -------------------------------------------------------------------------- */
|
/Zephyr-latest/dts/bindings/arm/ |
D | nxp,nbu.yaml | 2 # SPDX-License-Identifier: Apache-2.0 13 nbu-name: 16 description: Name of the Narrow Band Unit interruption initialization
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_xlnx_axi_timer.c | 4 * SPDX-License-Identifier: Apache-2.0 39 /* Generate PWM mode, count-down, auto-reload */ 51 const struct xlnx_axi_timer_config *config = dev->config; in xlnx_axi_timer_read32() 53 return sys_read32(config->base + offset); in xlnx_axi_timer_read32() 60 const struct xlnx_axi_timer_config *config = dev->config; in xlnx_axi_timer_write32() 62 sys_write32(value, config->base + offset); in xlnx_axi_timer_write32() 69 const struct xlnx_axi_timer_config *config = dev->config; in xlnx_axi_timer_set_cycles() 76 return -ENOTSUP; in xlnx_axi_timer_set_cycles() 101 LOG_ERR("period cycles too narrow"); in xlnx_axi_timer_set_cycles() 102 return -ENOTSUP; in xlnx_axi_timer_set_cycles() [all …]
|
/Zephyr-latest/dts/bindings/charger/ |
D | ti,bq24190.yaml | 3 # SPDX-License-Identifier: Apache-2.0 8 BQ2419x I2C controlled, 1-Cell, 4.5-A, USB/Adapter Charger with Narrow VDC Power Path Management 18 constant-charge-current-max-microamp = <1000000>; 19 constant-charge-voltage-max-microvolt = <3800000>; 22 include: [battery.yaml, i2c-device.yaml] 27 constant-charge-current-max-microamp: 34 constant-charge-voltage-max-microvolt: 41 ce-gpios: 42 type: phandle-array
|
/Zephyr-latest/.github/workflows/ |
D | twister_tests_blackbox.yml | 2 # SPDX-License-Identifier: Apache-2.0 9 - main 10 - collab-* 11 - v*-branch 13 - 'scripts/pylib/twister/**' 14 - 'scripts/twister' 15 - 'scripts/tests/twister_blackbox/**' 16 - '.github/workflows/twister_tests_blackbox.yml' 19 twister-tests: 21 runs-on: ${{ matrix.os }} [all …]
|
D | footprint-tracking.yml | 6 - cron: '50 1/12 * * *' 9 - 'VERSION' 10 - '.github/workflows/footprint-tracking.yml' 12 - main 13 - v*-branch 15 # only publish v* tags, do not care about zephyr-v* which point to the 17 - 'v*' 20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 21 cancel-in-progress: true 24 footprint-tracking: [all …]
|
D | twister-prep.yaml | 18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target' 19 runs-on: 20 group: zephyr-runner-v2-linux-x64-4xlarge 22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026 23 options: '--entrypoint /bin/bash' 25 subset: ${{ steps.output-services.outputs.subset }} 26 size: ${{ steps.output-services.outputs.size }} 27 fullrun: ${{ steps.output-services.outputs.fullrun }} 38 - name: Apply container owner mismatch workaround 44 git config --global --add safe.directory ${GITHUB_WORKSPACE} [all …]
|
D | bsim-tests.yaml | 6 - ".github/workflows/bsim-tests.yaml" 7 - ".github/workflows/bsim-tests-publish.yaml" 8 - "west.yml" 9 - "subsys/bluetooth/**" 10 - "tests/bsim/**" 11 - "boards/nordic/nrf5*/*dt*" 12 - "dts/*/nordic/**" 13 - "tests/bluetooth/common/testlib/**" 14 - "samples/bluetooth/**" 15 - "boards/native/**" [all …]
|
D | twister.yaml | 6 - 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 …]
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 1 .. _west-config: 7 command, and configuration options used by built-in commands. For API 9 :ref:`west-apis-configuration`. 12 ------------------------ 14 West's configuration file syntax is INI-like; here is an example file: 16 .. code-block:: ini 32 - Linux: :file:`/etc/westconfig` 33 - macOS: :file:`/usr/local/etc/westconfig` 34 - Windows: :file:`%PROGRAMDATA%\\west\\config` 39 - All platforms: the default is :file:`.westconfig` in the user's home [all …]
|
D | release-notes.rst | 1 .. _west-release-notes: 11 - New ``west grep`` command for running a "grep tool" in your west workspace's 18 .. code-block:: console 25 .. list-table:: 27 * - ``git grep --untracked`` 28 - ``west grep --untracked foo`` 29 * - ``ripgrep`` 30 - ``west grep --tool ripgrep foo`` 31 * - ``grep --recursive`` 32 - ``west grep --tool grep foo`` [all …]
|
/Zephyr-latest/include/zephyr/sys/ |
D | linear_range.h | 3 * SPDX-License-Identifier: Apache-2.0 26 * - Minimum value 27 * - Step value 28 * - Minimum index value 29 * - Maximum index value 34 * - 1000uV: 0x00 35 * - 1250uV: 0x01 36 * - 1500uV: 0x02 37 * - ... 38 * - 3000uV: 0x08 [all …]
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 4 # SPDX-License-Identifier: Apache-2.0 6 # Ensure this works also when being source-ed 9 typeset -A -g _opt_args 12 local -a builtin_cmds=( 25 local -a zephyr_ext_cmds=( 29 'sign[sign a Zephyr binary for bootloader chain-loading]' 34 'zephyr-export[export Zephyr installation as a CMake config package]' 40 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds}) 42 if [[ -v WEST_COMP_CHECK_WORKSPACE ]]; then 44 if [ $? -eq 0 ]; then [all …]
|
D | west-completion.fish | 20 set -l tokens (commandline -opc) 41 set -l tokens (commandline -opc) 42 set -l argc (count $argv) 43 set -l max $argv[1] 44 set -l counter 0 46 if test $argc -eq 1 47 if test (math (count $tokens) - 2) -ge $max 60 if $counter -ge $max 77 set -l tokens (commandline -opc) 80 if string match -qr -- "$token*" "$tokens[-1]" [all …]
|
D | west-completion.bash | 1 # 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/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 3 -Werror=implicit-int 4 -Wold-style-definition 5 -Wno-pointer-sign 15 set_compiler_property(PROPERTY no_optimization -O0) 17 set_compiler_property(PROPERTY optimization_debug -O0) 19 set_compiler_property(PROPERTY optimization_debug -Og) 21 set_compiler_property(PROPERTY optimization_speed -O2) 22 set_compiler_property(PROPERTY optimization_size -Os) 23 set_compiler_property(PROPERTY optimization_size_aggressive -Oz) 24 set_compiler_property(PROPERTY optimization_fast -Ofast) [all …]
|
/Zephyr-latest/tests/lib/linear_range/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 10 * +-----+-----+ 12 * +-----+-----+ 13 * | -10 | 0 | 14 * | -5 | 1 | 15 * +-----+-----+ 18 * +-----+-----+ 26 * +-----+-----+ 29 * +-----+-----+ 32 LINEAR_RANGE_INIT(-10, 5U, 0U, 1U), [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 4 * SPDX-License-Identifier: Apache-2.0 152 * - Calculate ISO_Interval to allow SDU_Interval < ISO_Interval 187 /* CIG does not exist - create it */ in ll_cig_parameters_commit() 195 cig->lll.num_cis = 0U; in ll_cig_parameters_commit() 198 } else if (cig->state != CIG_STATE_CONFIGURABLE) { in ll_cig_parameters_commit() 204 num_cis = cig->lll.num_cis; in ll_cig_parameters_commit() 209 cig->state = CIG_STATE_CONFIGURABLE; in ll_cig_parameters_commit() 212 cig->lll.handle = ll_conn_iso_group_handle_get(cig); in ll_cig_parameters_commit() 213 cig->lll.role = BT_HCI_ROLE_CENTRAL; in ll_cig_parameters_commit() 214 cig->lll.resume_cis = LLL_HANDLE_INVALID; in ll_cig_parameters_commit() [all …]
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 24 .. _Sphinx extensions: http://www.sphinx-doc.org/en/stable/contents.html 26 .. _Sphinx Inline Markup: http://sphinx-doc.org/markup/inline.html#inline-markup 30 Sphinx-defined directives and roles used to create the documentation 42 the first non-white space in the preceding line. For example:: 50 .. code-block:: 66 * Third section heading level (h4) use ``-`` 84 For bullet lists, place an asterisk (``*``) or hyphen (``-``) at 113 #. This is a second-level list under the first item (also 143 Multi-column lists 148 a special ``.. rst-class:: rst-columns`` directive. The directive will [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000_regs.h | 4 * 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 */ 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 203 /* Bit mask to access Transmit buffer index offset 10-bit field */ [all …]
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 3 # Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson 4 # SPDX-License-Identifier: ISC 10 A curses-based Python 2/3 menuconfig implementation. The interface should feel 19 Ctrl-D/U: Page Down/Page Up 27 character in it in the current menu isn't supported. A jump-to feature for 33 F: Toggle show-help mode, which shows the help text of the currently selected 37 C: Toggle show-name mode, which shows the symbol name before each symbol menu 40 A: Toggle show-all mode, which shows all items, including currently invisible 52 When run in standalone mode, the top-level Kconfig file to load can be passed 53 as a command-line argument. With no argument, it defaults to "Kconfig". [all …]
|