Loading...
Searching...
No Matches
pwm_chan_conf_t Struct Reference

PWM channel configuration. More...

Detailed Description

PWM channel configuration.

PWM channel configuration data.

Definition at line 469 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

uint8_t index
 TIMER channel to use.
 
gpio_t pin
 pin used for pwm
 
uint32_t loc
 location of the pin
 
uint8_t hwchan
 the HW channel used for a logical channel
 

Field Documentation

◆ hwchan

uint8_t pwm_chan_conf_t::hwchan

the HW channel used for a logical channel

Definition at line 220 of file periph_cpu.h.

◆ index

uint8_t pwm_chan_conf_t::index

TIMER channel to use.

Definition at line 470 of file periph_cpu.h.

◆ loc

uint32_t pwm_chan_conf_t::loc

location of the pin

Definition at line 472 of file periph_cpu.h.

◆ pin

gpio_t pwm_chan_conf_t::pin

pin used for pwm

GPIO pin connected to the channel.

Definition at line 471 of file periph_cpu.h.


The documentation for this struct was generated from the following files: