Home
last modified time | relevance | path

Searched +full:filter +full:- +full:enable (Results 1 – 25 of 251) sorted by relevance

1234567891011

/Zephyr-latest/dts/bindings/comparator/
Dnxp,kinetis-acmp.yaml3 # SPDX-License-Identifier: Apache-2.0
11 compatible = "nxp,kinetis-acmp";
32 pinctrl-0 = <&acmp0_default>;
33 pinctrl-names = "default";
35 positive-mux-input = "IN0";
36 negative-mux-input = "IN1";
39 compatible: "nxp,kinetis-acmp"
42 - base.yaml
43 - pinctrl-device.yaml
52 nxp,enable-output-pin:
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,lpc11u6x-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
4 compatible: "nxp,lpc11u6x-pinctrl"
7 - name: base.yaml
8 - name: nxp,lpc-iocon-pinctrl.yaml
9 child-binding:
10 child-binding:
11 property-allowlist:
12 - pinmux
13 - nxp,invert
14 - nxp,analog-mode
[all …]
Dsilabs,dbus-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
7 node to route USART0 RX to pin PA1 and enable the pull-up resistor on the
15 compatible = "silabs,gecko-usart";
16 pinctrl-0 = <&usart0_default>;
17 pinctrl-names = "default";
20 pinctrl-0 is a phandle that stores the pin settings for the peripheral, in
22 'pinctrl' node, typically in a board-pinctrl.dtsi file in the board
32 /* Configure GPIO to push-pull mode */
33 drive-push-pull;
35 output-high;
[all …]
Drenesas,rzg-pinctrl.yaml3 # SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl_rzg3s.h>
10 device-pinmux {
14 renesas,filter = RZG_FILTER_SET(RZG_FILNUM_8_STAGE,RZG_FILCLKSEL_DIV_18000);
15 drive-strength = <1>;
18 device-spins {
20 input-enable;
21 renesas,filter = RZG_FILTER_SET(RZG_FILNUM_8_STAGE,RZG_FILCLKSEL_DIV_18000);
22 drive-strength = <2>;
27 compatible: renesas,rzg-pinctrl
[all …]
Dnxp,lpc-iocon-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
16 slew-rate = "standard";
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
46 IOCON_CLKDIV- set by nxp,filter-clock-div
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
11 To enable wire break set 1 else 0. Same principle is followed for:
12 filter-fbps and filter-delays.
16 pinctrl-names = "default";
18 compatible = "adi,max22190-gpio";
21 spi-max-frequency = <1000000>;
24 gpio-controller;
25 #gpio-cells = <2>;
29 max22190-mode = <1>; // modes range from 0-4
[all …]
/Zephyr-latest/dts/bindings/interrupt-controller/
Dnxp,s32-wkpu.yaml1 # Copyright 2023-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
4 description: NXP S32 Wake-up Unit
6 compatible: "nxp,s32-wkpu"
14 child-binding:
21 filter-enable;
25 filter-enable:
28 Enable analog glitch filter on the external interrupt pad input.
Dnxp,s32-siul2-eirq.yaml1 # Copyright 2022-2024 NXP
3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nxp,s32-siul2-eirq"
9 include: [interrupt-controller.yaml, pinctrl-device.yaml, base.yaml]
15 pinctrl-0:
18 pinctrl-names:
21 filter-prescaler:
25 Interrupt filter clock prescaler. The prescaler is applied to the input
27 The prescaled filter clock period is:
33 child-binding:
[all …]
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/
Dmimxrt1176_mux_dac.dts4 * SPDX-License-Identifier: Apache-2.0
11 drive-strength = "high";
12 bias-pull-up;
13 slew-rate = "fast";
20 pinctrl-0 = <&acmp1_default>;
21 pinctrl-names = "default";
23 positive-mux-input = "IN2";
24 positive-port-input = "MUX";
25 negative-mux-input = "IN2";
26 negative-port-input = "DAC";
[all …]
/Zephyr-latest/dts/bindings/mipi-dsi/
Dst,stm32-mipi-dsi.yaml4 # SPDX-License-Identifier: Apache-2.0
9 compatible: "st,stm32-mipi-dsi"
11 include: [mipi-dsi-host.yaml, reset-device.yaml]
17 clock-names:
20 "dsiclk" DSI clock enable.
28 hs-active-high:
33 vs-active-high:
38 de-active-high:
41 DSI host data enable is active high.
43 loosely-packed:
[all …]
/Zephyr-latest/tests/crypto/mbedtls_psa/
Dtestcase.yaml3 # enable support for PSA crypto APIs in Mbed TLS and then test them with:
4 # - psa_crypto_init() which is required before any PSA crypto operation
5 # - psa_generate_random() which is always available as long as PSA crypto is
11 # - no TF-M enabled devices because we assume that the TF-M implementation
12 # of PSA crypto is working fine on the platforms that support TF-M.
13 # - platform should be testable by the CI.
14 # - pick 1 platform which supports entropy driver and 1 which does not. The
18 filter: not CONFIG_BUILD_WITH_TFM
20 - mbedtls
21 - psa
[all …]
/Zephyr-latest/drivers/input/
DKconfig.sdl2 # SPDX-License-Identifier: Apache-2.0
5 bool "SDL event filter for touch panel emulation"
10 Enable driver for the SDL mouse event filter.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dmcux_lpcmp.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief Data structure for the NXP MCUX low-power analog comparator (LPCMP)
50 * LPCMP internal DAC enable.
52 * 1b: enable
58 * 1b: enable
66 /** LPCMP internal filter sample enable. */
68 /** LPCMP internal filter sample count. */
70 /** LPCMP internal filter sample period. */
Dmmc56x3.h4 * SPDX-License-Identifier: Apache-2.0
27 * Adjust length of decimation filter. Controls duration of
34 * Adjust length of decimation filter. Controls duration of
41 * Enable automatic self-reset function.
/Zephyr-latest/tests/drivers/can/api/
Dtestcase.yaml3 - drivers
4 - can
8 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
9 and not dt_compat_enabled("infineon,xmc4xxx-can-node")
11 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
12 and not dt_compat_enabled("infineon,xmc4xxx-can-node")
14 - CONFIG_CAN_ACCEPT_RTR=y
16 extra_args: DTC_OVERLAY_FILE=twai-enable.overlay
18 - esp32s3_devkitm/esp32s3/procpu
19 - xiao_esp32s3/esp32s3/procpu
[all …]
/Zephyr-latest/drivers/pwm/
DKconfig.mcux_ftm4 # SPDX-License-Identifier: Apache-2.0
12 Enable support for MCUX FTM PWM driver.
15 int "MCUX FTM PWM capture filter value"
20 PWM capture filter value for channels 0 and 2.
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Ddmic_regs.h1 /* SPDX-License-Identifier: Apache-2.0 */
36 /* Interrupt on New Timestamp Enable */
42 /* Capture Link Select - select which link wall clock to time stamp. */
45 /* Hammock Harbor Time Stamp Enable */
68 /* Common FIFO channels register (primary & secondary) (0000 - 0FFF)
82 * (crossed out) 0010h LOCAL_TSC0 64-bit Wall Clock timestamp
83 * (crossed out) 0018h LOCAL_SAMPLE0 64-bit Sample Count
84 * 001Ch - 00FFh Reserved space for extensions
110 /* Control of the CIC filter plus voice channel (B) FIR decimation factor */
154 /* Threshold Interrupt Enable */
[all …]
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Ddmic_regs.h1 /* SPDX-License-Identifier: Apache-2.0 */
36 /* Interrupt on New Timestamp Enable */
42 /* Hammock Harbor Time Stamp Enable */
65 /* Common FIFO channels register (primary & secondary) (0000 - 0FFF)
79 * (crossed out) 0010h LOCAL_TSC0 64-bit Wall Clock timestamp
80 * (crossed out) 0018h LOCAL_SAMPLE0 64-bit Sample Count
81 * 001Ch - 00FFh Reserved space for extensions
107 /* Control of the CIC filter plus voice channel (B) FIR decimation factor */
151 /* Threshold Interrupt Enable */
235 /* Number of bits for shift right in the output stage of the CIC filter to compensate the gain
[all …]
/Zephyr-latest/drivers/can/
DKconfig.stm324 # Copyright (c) 2018-2020 Alexander Wachter
5 # SPDX-License-Identifier: Apache-2.0
13 Enable STM32 bxCAN Driver.
18 int "Maximum number of standard (11-bit) ID filters"
22 Defines the maximum number of filters with standard ID (11-bit)
25 One standard ID filter with mask occupies 1/2 of the 14 available
26 filter banks.
34 int "Maximum number of extended (29-bit) ID filters"
38 Defines the maximum number of filters with extended ID (29-bit)
41 One extended ID filter with mask occupies 1 of the 14 available
[all …]
/Zephyr-latest/drivers/ethernet/
DKconfig.xmc4xxx4 # SPDX-License-Identifier: Apache-2.0
12 Enable XMC4XXX Ethernet driver.
34 data fragment and its size. The data fragments are pre-allocated from the rx
37 in the descriptors are replaced by new pre-allocated buffers.
40 bool "Hardware filter VLAN frames"
44 Hardware filter VLAN frames in hardware. Only ethernet frames with
55 Enable XMC4XXX PTP Clock support.
/Zephyr-latest/tests/kernel/timer/cycle64/
Dtestcase.yaml8 # otherwise when users specify "twister --enable-slow".
15 - kernel
16 - timer
17 filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
23 - kernel
24 - timer
25 filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
/Zephyr-latest/modules/
DKconfig.stm324 # SPDX-License-Identifier: Apache-2.0
25 Enable STM32Cube Analog-to-Digital Converter (ADC) HAL module driver
30 Enable STM32Cube Extended Analog-to-Digital Converter (ADC) HAL
36 Enable STM32Cube Controller Area Network (CAN) HAL module driver
41 Enable STM32Cube HDMI-CEC controller (CEC) HAL module driver
46 Enable STM32Cube Ultra Low Power Comparator channels (COMP) HAL module
52 Enable STM32Cube CORDIC co-processor (CORDIC) functions HAL module
58 Enable STM32Cube CORTEX HAL module driver
63 Enable STM32Cube Cyclic redundancy check calculation unit (CRC) HAL
69 Enable STM32Cube Extended Cyclic redundancy check calculation unit
[all …]
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dsam0_eic.h4 * SPDX-License-Identifier: Apache-2.0
43 * @param filter enable filter
48 bool filter, sam0_eic_callback_t cb, void *data);
63 * @brief Enable the EIC interrupt for a specific port and pin combination
/Zephyr-latest/dts/bindings/sensor/
Dmemsic,mmc56x3.yaml1 # SPDX-License-Identifier: Apache-2.0
4 description: MMC56X3 3-axis magnetic and temperature sensor
8 include: [sensor-device.yaml, i2c-device.yaml]
12 magn-odr:
21 bandwidth-selection-bits-0:
24 Adjust length of decimation filter. Controls duration of each measurement.
27 bandwidth-selection-bits-1:
30 Adjust length of decimation filter. Controls duration of each measurement.
33 auto-self-reset:
36 Enable automatic self-reset function.
/Zephyr-latest/tests/drivers/gpio/gpio_enable_disable_interrupt/
Dtestcase.yaml4 - drivers
5 - gpio
7 filter: dt_compat_enabled("test-gpio-enable-disable-interrupt")
9 - native_sim
10 - native_sim/native/64

1234567891011