PWM channel configuration. More...
PWM channel configuration.
PWM channel configuration data.
Definition at line 281 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 More... | |
uint32_t | loc |
location of the pin | |
uint8_t | hwchan |
the HW channel used for a logical channel | |
gpio_t pwm_chan_conf_t::pin |