Loading...
Searching...
No Matches
tc_tcc_cfg_t Struct Reference

Common configuration for timer devices. More...

Detailed Description

Common configuration for timer devices.

Definition at line 362 of file periph_cpu_common.h.

#include <periph_cpu_common.h>

Data Fields

union { 
 
dev 
 The Timer device used for PWM.
 
uint32_t pm_mask
 PM_APBCMASK bits to enable Timer.
 
uint16_t gclk_id
 TCn_GCLK_ID.
 
uint8_t type
 Timer type (TC/TCC)
 

Field Documentation

◆ gclk_id

uint16_t tc_tcc_cfg_t::gclk_id

TCn_GCLK_ID.

Definition at line 377 of file periph_cpu_common.h.

◆ pm_mask

uint32_t tc_tcc_cfg_t::pm_mask

PM_APBCMASK bits to enable Timer.

Definition at line 375 of file periph_cpu_common.h.

◆ type

uint8_t tc_tcc_cfg_t::type

Timer type (TC/TCC)

Definition at line 378 of file periph_cpu_common.h.


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