Loading...
Searching...
No Matches
tc32_conf_t Struct Reference

Timer device configuration. More...

Detailed Description

Timer device configuration.

Definition at line 574 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.
 

Field Documentation

◆ dev

Tc* tc32_conf_t::dev

pointer to the used Timer device

Definition at line 575 of file periph_cpu_common.h.

◆ flags

uint16_t tc32_conf_t::flags

flags for CTRA, e.g.

TC_CTRLA_MODE_COUNT32

Definition at line 586 of file periph_cpu_common.h.

◆ gclk_ctrl

uint16_t tc32_conf_t::gclk_ctrl

GCLK_CLKCTRL_ID for the Timer.

Definition at line 583 of file periph_cpu_common.h.

◆ gclk_src

uint8_t tc32_conf_t::gclk_src

GCLK source which supplys Timer.

Definition at line 585 of file periph_cpu_common.h.

◆ irq

IRQn_Type tc32_conf_t::irq

IRQ# of Timer Interrupt.

Definition at line 576 of file periph_cpu_common.h.

◆ pm_mask

uint32_t tc32_conf_t::pm_mask

PM_APBCMASK bits to enable Timer.

Definition at line 582 of file periph_cpu_common.h.


The documentation for this struct was generated from the following file: