Loading...
Searching...
No Matches
timer_dev_t Struct Reference

Define timer configuration values. More...

Detailed Description

Define timer configuration values.

Note
For the configuration of series 0 and 1, prescale and actual timer must be adjacent to each other (e.g. TIMER0 and TIMER1, or TIMER2 and TIMER3, etc.).

Definition at line 549 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

void * dev
 TIMER_TypeDef or LETIMER_TypeDef device used.
 
CMU_Clock_TypeDef cmu
 the device CMU channel
 

Field Documentation

◆ cmu

CMU_Clock_TypeDef timer_dev_t::cmu

the device CMU channel

Definition at line 551 of file periph_cpu.h.

◆ dev

void* timer_dev_t::dev

TIMER_TypeDef or LETIMER_TypeDef device used.

Definition at line 550 of file periph_cpu.h.


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