PWM channel configuration. More...
PWM channel configuration.
PWM channel configuration data.
Definition at line 464 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 125 of file periph_cpu.h.
| uint8_t pwm_chan_conf_t::index | 
TIMER channel to use.
Definition at line 465 of file periph_cpu.h.
| uint32_t pwm_chan_conf_t::loc | 
location of the pin
Definition at line 467 of file periph_cpu.h.
| gpio_t pwm_chan_conf_t::pin |