PWM channel configuration. More...
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 | |
uint8_t pwm_chan_conf_t::hwchan |
the HW channel used for a logical channel
Definition at line 220 of file periph_cpu.h.
uint8_t pwm_chan_conf_t::index |
TIMER channel to use.
Definition at line 470 of file periph_cpu.h.
uint32_t pwm_chan_conf_t::loc |
location of the pin
Definition at line 472 of file periph_cpu.h.
gpio_t pwm_chan_conf_t::pin |