QDEC configuration. More...
QDEC configuration.
Definition at line 566 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| TIM_TypeDef * | dev |
| Timer used. | |
| uint32_t | max |
| Maximum counter value. | |
| uint32_t | rcc_mask |
| bit in clock enable register | |
| qdec_chan_t | chan [QDEC_CHAN] |
| channel mapping, set to {GPIO_UNDEF, 0} if not used | |
| gpio_af_t | af |
| alternate function used | |
| uint8_t | bus |
| APB bus. | |
| uint8_t | irqn |
| global IRQ channel | |