Home
last modified time | relevance | path

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

12345678910>>...21

/Zephyr-latest/drivers/pwm/
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.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.
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.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.c354 #define PWM(dev_idx) DT_NODELABEL(pwm##dev_idx) macro
355 #define PWM_PROP(dev_idx, prop) DT_PROP(PWM(dev_idx), prop)
356 #define PWM_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(PWM(idx), prop)
357 #define PWM_MEM_REGION(idx) DT_PHANDLE(PWM(idx), memory_regions)
370 NRF_DT_CHECK_NODE_HAS_PINCTRL_SLEEP(PWM(idx)); \
374 PINCTRL_DT_DEFINE(PWM(idx)); \
390 .pcfg = PINCTRL_DT_DEV_CONFIG_GET(PWM(idx)), \
391 .clock_freq = COND_CODE_1(DT_CLOCKS_HAS_IDX(PWM(idx), 0), \
392 (DT_PROP(DT_CLOCKS_CTLR(PWM(idx)), clock_frequency)), \
399 IRQ_CONNECT(DT_IRQN(PWM(idx)), DT_IRQ(PWM(idx), priority), \
[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.ifx_cat11 # Infineon CAT1 PWM configuration options
9 bool "Infineon CAT1 PWM driver"
16 This option enables the PWM driver for Infineon CAT1 family.
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/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:
/Zephyr-latest/samples/drivers/led/pwm/
DREADME.rst2 :name: LED PWM
5 Control PWM LEDs using the LED API.
18 For each PWM LEDs (one after the other):
31 This sample can be built and executed on all the boards with PWM LEDs connected.
34 defined and the PWM configuration must be provided through a "pwms" phandle's

12345678910>>...21