Home
last modified time | relevance | path

Searched refs:PWM (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/pwm/
DKconfig.imx1 # i.MX PWM Config
7 bool "i.MX PWM Driver"
15 int "Loop count for PWM Software Reset"
19 Loop count for PWM Software Reset when disabling PWM channel.
DKconfig.mcux_ftm1 # MCUXpresso SDK FTM PWM
7 bool "MCUX FTM PWM driver"
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.
DKconfig1 # PWM configuration options
6 menuconfig PWM config
7 bool "Pulse Width Modulation (PWM) drivers"
9 Enable config options for PWM drivers.
11 if PWM
13 module = PWM
18 int "PWM initialization priority"
21 System initialization priority for PWM drivers.
24 bool "PWM shell"
27 Enable the PWM related shell commands.
[all …]
DKconfig.xec1 # Microchip XEC PWM configuration options
7 bool "Microchip XEC PWM"
12 Enable driver to utilize PWM on the Microchip XEC IP block.
15 bool "Microchip XEC PWM-BBLED"
21 as a PWM
DKconfig.renesas_rz5 bool "Renesas RZ General PWM Timer (GPT) PWM driver"
10 Enable the PWM driver for the Renesas RZ General PWM Timer (GPT).
DKconfig.gecko1 # GECKO PWM configuration options
7 bool "GECKO MCU PWM driver"
12 This option enables the PWM driver for EXX32 GECKO family of
13 processors. Say y if you wish to use PWM port on EXX32
DKconfig.numaker1 # NUMAKER PWM Driver configuration options
7 bool "Nuvoton NuMaker MCU PWM driver"
13 This option enables the PWM driver for Nuvoton NuMaker family of
15 Say y if you wish to enable NuMaker PWM.
DKconfig.it8xxx21 # IT8XXX2 PWM configuration options
7 bool "ITE IT8XXX2 embedded controller (EC) PWM driver"
12 Enable PWM driver for it8xxx2_evb.
14 eight PWM channels each with 8-bit duty cycle.
DKconfig.stm321 # STM32 PWM configuration options
7 bool "STM32 MCU PWM driver"
15 This option enables the PWM driver for STM32 family of
16 processors. Say y if you wish to use PWM port on STM32
DKconfig.fake1 # Fake PWM configuration options
7 bool "Fake PWM driver"
11 Enable support for the FFF-based fake PWM driver.
DKconfig.mcux_tpm4 # MCUX TPM PWM
7 bool "MCUX TPM PWM driver"
13 Enable the MCUX TPM PWM driver.
DKconfig.intel_blinky1 # Intel Blinky PWM configuration options
7 bool "Blinky PWM driver"
11 Enable the INTEL PCH PWM driver found on Intel SoCs
Dpwm_nrfx.c39 #define PWM(dev_idx) DT_NODELABEL(pwm##dev_idx) macro
40 #define PWM_PROP(dev_idx, prop) DT_PROP(PWM(dev_idx), prop)
41 #define PWM_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(PWM(idx), prop)
44 COND_CODE_1(DT_NODE_HAS_STATUS_OKAY(PWM(idx)), \
46 (IS_EQ(DT_PHA(PWM(idx), power_domains, id), NRF_GPD_FAST_ACTIVE1)), \
49 #if NRFX_FOREACH_PRESENT(PWM, PWM_NRFX_IS_FAST, (||), (0))
474 #define PWM_MEM_REGION(idx) DT_PHANDLE(PWM(idx), memory_regions)
502 NRF_DT_CHECK_NODE_HAS_PINCTRL_SLEEP(PWM(idx)); \
506 PINCTRL_DT_DEFINE(PWM(idx)); \
522 .pcfg = PINCTRL_DT_DEV_CONFIG_GET(PWM(idx)), \
[all …]
DKconfig.rcar1 # Reneas R-Car PWM configuration options
7 bool "Renesas R-Car PWM Driver"
13 Enable Renesas R-Car PWM Driver.
DKconfig.rv32m1_tpm1 # RV32M1 TPM PWM
7 bool "RV32M1 TPM PWM driver"
13 Enable the RV32M1 TPM PWM driver.
DKconfig.sifive1 # SiFive Freedom PWM configuration options
7 bool "SiFive Freedom PWM driver"
12 Enable the PWM driver for the SiFive Freedom platform
DKconfig.litex8 bool "LiteX PWM driver"
12 Enable support for LiteX PWM driver
19 PWM device driver initialization priority.
DKconfig.mcux_pwt4 # MCUX PWT PWM
7 bool "MCUX PWT PWM capture driver"
13 Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
DKconfig.sam01 # Atmel SAM0 TCC as PWM configuration
7 bool "Atmel SAM0 MCU Family TCC PWM Driver"
12 Enable PWM driver for Atmel SAM0 MCUs using the TCC timer/counter.
DKconfig.sam0_tc1 # Atmel SAM0 TCC as PWM configuration
7 bool "Atmel SAM0 MCU Family TC PWM Driver"
11 Enable PWM driver for Atmel SAM0 MCUs using the TC timer/counter.
DKconfig.npcx1 # NPCX PWM driver configuration options
7 bool "Nuvoton NPCX embedded controller (EC) PWM driver"
12 This option enables the PWM driver for NPCX family of
/Zephyr-latest/drivers/clock_control/
DKconfig.pwm5 bool "Generic PWM clock"
8 select PWM
10 Enable generic PWM clock.
17 Initialization priority of the PWM clock device. Must be
18 lower priority than PWM.
/Zephyr-latest/drivers/led/
DKconfig.pwm5 bool "PWM LED driver"
7 depends on PWM && DT_HAS_PWM_LEDS_ENABLED
9 Enable driver for PWM LEDs.
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/
DKconfig4 mainmenu "PWM GPIO loopback test"
12 Time to wait for PWM edge sampling, in milliseconds.
15 int "Number of edges to skip before sampling PWM"
18 Number of PWM edges to skip before starting sampling.
23 int "Allowed deviation (%) for PWM timing checks"
/Zephyr-latest/boards/shields/adafruit_pca9685/doc/
Dindex.rst3 Adafruit 16-channel PWM/Servo Shield
9 The Adafruit 16-channel PWM/Servo shield is an Arduino
13 at the `Adafruit 16-channel PWM/Servo Shield webpage`_.
44 .. _Adafruit 16-channel PWM/Servo Shield webpage:

12345678910>>...18