Home
last modified time | relevance | path

Searched +full:output +full:- +full:only (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32wb0-pwr"
8 include: "st,stm32-pwr.yaml"
11 smps-mode:
18 - SMPS converter disabled
19 - LDOs supply voltage: VDD
23 selected on these boards. Only use this mode if your board
29 - SMPS converter enabled - clock disabled
30 - LDOs supply voltage: VDD (though SMPS)
31 - Current supplied to LDOs can be limited
[all …]
/Zephyr-latest/dts/bindings/timer/
Dst,stm32-timers.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32-timers"
8 include: [base.yaml, reset-device.yaml]
29 default: 0 # STM32_TIM_COUNTERMODE_UP - reset state
33 Use constants defined in dt-bindings/timer/stm32-timer.h.
35 * STM32_TIM_COUNTERMODE_UP - used as upcounter.
36 * STM32_TIM_COUNTERMODE_DOWN - used as downcounter.
37 * STM32_TIM_COUNTERMODE_CENTER_DOWN - counts up and down alternatively.
38 Output compare interrupt flags of output channels
39 are set only when the counter is counting down.
[all …]
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-output-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: USB Audio Class 2 Output Terminal entity
6 compatible: "zephyr,uac2-output-terminal"
9 terminal-type:
15 assoc-terminal:
20 data-source:
26 clock-source:
32 copy-protect-control:
36 - "host-programmable"
38 connector-control:
[all …]
/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h4 * SPDX-License-Identifier: Apache-2.0
38 * @brief Define a read-only iterable section output.
41 * Define an output section which will set up an iterable area
42 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
45 * This macro should be used for read-only data.
58 * @brief Define a read-only iterable section output, sorted numerically.
62 * up to 2 numeric digits are handled (0-99).
73 * @brief Define a garbage collectable read-only iterable section output.
76 * Define an output section which will set up an iterable area
77 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
[all …]
Dlinker-tool-gcc.h2 * Copyright (c) 2013-2014, Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
22 #define OUTPUT_FORMAT_ "elf32-bigarm"
24 #define OUTPUT_FORMAT_ "elf32-littlearm"
28 OUTPUT_FORMAT("elf64-littleaarch64")
31 OUTPUT_FORMAT("elf64-littlearc64")
33 OUTPUT_FORMAT("elf32-littlearc64")
35 OUTPUT_FORMAT("elf32-littlearc", "elf32-bigarc", "elf32-littlearc")
39 OUTPUT_FORMAT("elf64-x86-64")
40 OUTPUT_ARCH("i386:x86-64")
[all …]
/Zephyr-latest/dts/bindings/gnss/
Dgnss-pps.yaml2 # SPDX-License-Identifier: Apache-2.0
5 pps-mode:
9 PPS output mode:
10 - GNSS_PPS_MODE_DISABLED: Output disabled
11 - GNSS_PPS_MODE_ENABLED: Output always enabled
12 - GNSS_PPS_MODE_ENABLED_AFTER_LOCK: Output enabled from first lock
13 - GNSS_PPS_MODE_ENABLED_WHILE_LOCKED: Output enabled only while locked
15 - GNSS_PPS_MODE_DISABLED
16 - GNSS_PPS_MODE_ENABLED
17 - GNSS_PPS_MODE_ENABLED_AFTER_LOCK
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,xmc4xxx-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
12 compatible = "infineon,xmc4xxx-uart";
13 pinctrl-0 = <&uart_tx_p0_1_u1c1 &uart_rx_p0_0_u1c1>;
14 pinctrl-names = "default";
15 input-src = "DX0D";
19 pinctrl-0 is the phandle that stores the pin settings for two pins: &uart_tx_p0_1_u1c1
20 and &uart_rx_p0_0_u1c1. These nodes are pre-defined and their naming convention is designed
24 The pre-defined nodes only set the alternate function of the output pin. The
27 to the inherited property-allowlist list from pincfg-node.yaml).
31 #include <zephyr/dt-bindings/pinctrl/xmc4xxx-pinctrl.h>
[all …]
Dnxp,lpc-iocon-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
16 slew-rate = "standard";
20 If only the required properties are supplied, the ICON_PIO register will
24 IOCON_SLEW=<slew-rate selection>,
38 drive-open-drain: IOCON_OD=1
39 bias-pull-up: IOCON_MODE=2
40 bias-pull-down: IOCON_MODE=1
41 drive-push-pull: IOCON_MODE=3
44 IOCON_HYS- set by input-schmitt-enable
45 IOCON_S_MODE- set by nxp,digital-filter
[all …]
Dnxp,s32ze-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
20 #include <nxp/s32/S32Z27-BGA594-pinctrl.h>
26 output-enable;
30 input-enable;
40 'bias-pull-up' or 'slew-rate' that will be applied to all the pins defined in
41 'pinmux' array. To enable the input buffer use 'input-enable' and to enable the
42 output buffer use 'output-enable'.
44 To link the pin configurations with UART0 device, use pinctrl-N property in the
45 device node, where 'N' is the zero-based state index (0 is the default state).
49 pinctrl-0 = <&uart0_default>;
[all …]
/Zephyr-latest/tests/net/lib/coap_client/src/
Dstubs.h4 * SPDX-License-Identifier: Apache-2.0
31 /** zsock_poll: Poll results in error condition (output value only) */
33 /** zsock_poll: Poll detected closed connection (output value only) */
35 /** zsock_poll: Invalid socket (output value only) */
/Zephyr-latest/dts/bindings/usb/
Dzephyr,hid-device.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,hid-device"
11 interface-name:
17 protocol-code:
21 of the HID specification. Only boot devices are required to set one of
22 the protocols, keyboard or mouse. For non-boot devices, this property is
24 - none: Device does not support the boot interface
25 - keyboard: Device supports boot interface and keyboard protocol
26 - mouse: Device supports boot interface and mouse protocol
28 - none
[all …]
/Zephyr-latest/dts/bindings/pwm/
Dnordic,nrf-sw-pwm.yaml3 compatible: "nordic,nrf-sw-pwm"
5 include: [pwm-controller.yaml, base.yaml]
12 Reference to TIMER or RTC instance for generating PWM output signals
14 clock-prescaler:
18 Clock prescaler for RTC or TIMER used for generating PWM output signals.
25 channel-gpios:
26 type: phandle-array
36 sw_pwm: sw-pwm {
37 compatible = "nordic,nrf-sw-pwm";
39 channel-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>,
[all …]
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_mchp_mec5.c2 * Copyright (c) 2016 Open-RnD Sp. z o.o.
7 * SPDX-License-Identifier: Apache-2.0
13 #include <zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h>
22 * We initially clear alternate output disable allowing us to set output state
23 * in the control register. Hardware sets output state bit in both control and
24 * parallel output register bits. Alternate output disable only controls which
27 * alternate function is input or bi-directional.
28 * Note 1: hardware allows input and output to be simultaneously enabled.
29 * Note 2: hardware interrupt detection is only on the input path.
41 return -EINVAL; in mec5_config_pin()
[all …]
Dpinctrl_mchp_xec.c2 * Copyright (c) 2016 Open-RnD Sp. z o.o.
7 * SPDX-License-Identifier: Apache-2.0
16 * Microchip XEC: each GPIO pin has two 32-bit control register.
17 * The first 32-bit register contains all pin features except
41 val |= ((drvstr - 1u) << MCHP_GPIO_CTRL2_DRV_STR_POS); in config_drive_slew()
48 regs->CTRL2[idx] = (regs->CTRL2[idx] & ~msk) | (val & msk); in config_drive_slew()
53 * None, weak pull-up, weak pull-down, or repeater mode (both pulls enabled).
55 * If the no-bias boolean is set then disable internal pulls.
82 * We initially clear alternate output disable allowing us to set output state
83 * in the control register. Hardware sets output state bit in both control and
[all …]
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h4 * SPDX-License-Identifier: Apache-2.0
52 /** Number of read-only strings, indexes appended to the package */
55 /** Number of read-write strings, indexes appended to the package */
64 * On Xtensa, the first argument needs to be aligned to 8-byte.
65 * With 32-bit pointers, we need another 4 bytes padding so
131 * @defgroup cbprintf_apis Formatted Output APIs
152 /** @brief Assume that const char pointer is pointing to read only (constant) strings.
154 * Flag is valid only for @ref CBPRINTF_STATIC_PACKAGE.
158 /** @brief Append locations (within the package) of read-only string pointers. */
161 /** @brief Append locations (within the package) of read-write string pointers.
[all …]
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool2 # SPDX-License-Identifier: Apache-2.0
4 menu "nrf-regtool options"
10 Generate a UICR hex based on devicetree contents using nrf-regtool.
15 int "Verbosity level of console output"
19 Level of verbose output that nrf-regtool will print to the console.
21 0. Only critical information and warnings.
22 1. Print a pretty, human-readable representation of a peripheral's
26 3. Print even more details, which are typically only useful for
27 nrf-regtool developers.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd4 # SPDX-License-Identifier: Apache-2.0
46 only during provisioning time (controlled environment).
78 A 4-byte serial number for the PD.
86 - Bit 0-7 : build version number;
87 - Bit 8-15 : minor version number;
88 - Bit 16-23: major version number;
102 - 01: PD monitors and reports the state of the circuit without any
105 - 02: Like 01, plus: The PD accepts configuration of the encoding of the
108 - 03: Like 02, plus: PD supports supervised monitoring. The operating mode
110 - 04: Like 03, plus: the PD supports custom End-Of-Line settings within
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dgpio-controller.yaml2 # SPDX-License-Identifier: Apache-2.0
7 "gpio-controller":
11 "#gpio-cells":
19 This property indicates the number of in-use slots of available slots
21 register is 32 bits wide, but only 18 of the bits have a physical
25 "ngpios = <18>;" informs the driver that only the first 18 GPIOs, at
28 gpio-reserved-ranges:
31 If not all the GPIOs at offsets 0...N-1 are usable for ngpios = <N>, then
36 For example, setting "gpio-reserved-ranges = <3 2>, <10 1>;" means that
38 gpio-line-names:
[all …]
/Zephyr-latest/samples/boards/espressif/deep_sleep/
DREADME.rst1 .. zephyr:code-sample:: esp32-deep-sleep
14 make use of that pre-configured wake up source to bring the system back again.
23 3. ``GPIO``: Only supported by some Espressif SoCs, in the case of ESP32-C3
24 GPIOS0~5 can be used as wake-up sources.
26 In this demo, Timer is the only wake-up source that cannot be disabled via a
28 as wake-up source, deep sleep for 20 seconds, wake up.
35 only ``Timer`` is used as wakeup source.
37 However, when ``EXT1`` is also enabled, GPIO2 and GPIO4 should be pulled-down
43 enabled as wake-up source.
52 .. zephyr-app-commands::
[all …]
/Zephyr-latest/subsys/logging/backends/
DKconfig.uart2 # SPDX-License-Identifier: Apache-2.0
10 When enabled backend is using UART to output logs.
29 output one byte at a time.
40 backend-str = uart
46 prompt "Dictionary mode output format"
52 Dictionary-based logging output in binary.
57 Dictionary-based logging output in hexadecimal. Supported only for UART backend.
DKconfig.spinel2 # SPDX-License-Identifier: Apache-2.0
11 Backend should be enabled only to OpenThread purposes and when UART backend is disabled
17 int "Size of reserved up-buffer for logger output."
20 Specify reserved size of up-buffer used for logger output.
23 backend-str = spinel
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md9 …og messages at all with `CONFIG_LOG_BLOCK_IN_THREAD=y`, `CONFIG_LOG_BLOCK_IN_THREAD_TIMEOUT_MS=-1`.
15 > and should only be attempted in advanced use cases.
23 concerned with the ratio of the Output Rate to the Input Rate, and in that
24 case, the units themselves cancel-out. In the table we assume there exists an
27 | Name | Input Rate | Output Rate | Rate |
28 |----------------|------------|-------------|------|
29 | Input-Limited | 1 | N | 1 |
31 | Output-Limited | 1 | 1/N | 1/N |
34 The resultant _Rate_ is always `Rate = MIN(Input Rate, Output Rate)`.
36 Rate-limiting of any kind can be described approximately as _back pressure_.
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/pwm/
Dstm32_pwm.h4 * SPDX-License-Identifier: Apache-2.0
10 * @name custom PWM complementary flags for output pins
12 * that the PWM signal has to be routed to the complementary output channel.
13 * This feature is only available on certain SoC families, refer to the
18 /** PWM complementary output pin is enabled */
/Zephyr-latest/include/zephyr/drivers/flash/
Dstm32_flash_api_extensions.h4 * SPDX-License-Identifier: Apache-2.0
22 * As an output, sector mask with enabled protection is returned.
23 * Input can be NULL if we only want to get protected sectors.
24 * Output can be NULL if not needed.
31 * desired RDP state. As an output the status after applying changes
61 * unused. Note that the new value only takes effect after the device
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Despressif-esp32-gpio.h4 * SPDX-License-Identifier: Apache-2.0
13 * flags specified by the Linux GPIO binding. Only applicable for Espressif
17 * `DFLT` - The lowest drive strength supported by the HW
18 * `ALT` - The highest drive strength supported by the HW
36 * @name GPIO pin input/output enable flags
38 * These flags allow configuring a pin as input or output while keeping untouched
41 * pin's output buffer. This functionality can be useful to render a pin both an
42 * input and output, for diagnose or testing purposes.
47 /** Keep GPIO pin enabled as output */

12345678910>>...39