Timer device configuration. More...
Timer device configuration.
Definition at line 570 of file periph_cpu_common.h.
#include <periph_cpu_common.h>
| Data Fields | |
| Tc * | dev | 
| pointer to the used Timer device | |
| IRQn_Type | irq | 
| IRQ# of Timer Interrupt. | |
| uint32_t | pm_mask | 
| PM_APBCMASK bits to enable Timer. | |
| uint16_t | gclk_ctrl | 
| GCLK_CLKCTRL_ID for the Timer. | |
| uint8_t | gclk_src | 
| GCLK source which supplys Timer. | |
| uint16_t | flags | 
| flags for CTRA, e.g. | |
| Tc* tc32_conf_t::dev | 
pointer to the used Timer device
Definition at line 571 of file periph_cpu_common.h.
| uint16_t tc32_conf_t::flags | 
| uint16_t tc32_conf_t::gclk_ctrl | 
GCLK_CLKCTRL_ID for the Timer.
Definition at line 579 of file periph_cpu_common.h.
| uint8_t tc32_conf_t::gclk_src | 
GCLK source which supplys Timer.
Definition at line 581 of file periph_cpu_common.h.
| IRQn_Type tc32_conf_t::irq | 
IRQ# of Timer Interrupt.
Definition at line 572 of file periph_cpu_common.h.
| uint32_t tc32_conf_t::pm_mask | 
PM_APBCMASK bits to enable Timer.
Definition at line 578 of file periph_cpu_common.h.