cfg_timer_default.h File Reference

Default timer configuration for nRF52 based boards. More...

Detailed Description

Default timer configuration for nRF52 based boards.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

Definition in file cfg_timer_default.h.

#include "kernel_defines.h"
#include "periph_cpu.h"
+ Include dependency graph for cfg_timer_default.h:

Go to the source code of this file.

Timer configuration

#define TIMER_0_ISR   isr_timer1
 
#define TIMER_1_ISR   isr_timer2
 
#define TIMER_2_ISR   isr_timer3
 
#define TIMER_3_ISR   isr_timer4
 
#define TIMER_0_MAX_VALUE   0xffffffff
 See timer_init.
 
#define TIMER_1_MAX_VALUE   0xffffffff
 See timer_init.
 
#define TIMER_NUMOF   ARRAY_SIZE(timer_config)
 
static const timer_conf_t timer_config []
 Configuration of the exposed timers. More...
 

Variable Documentation

◆ timer_config

const timer_conf_t timer_config[]
static

Configuration of the exposed timers.

Warning
The timer NRF802154_TIMER, which by default is TIMER_DEV(1), is used for the IEEE 802.15.4 driver

Definition at line 40 of file cfg_timer_default.h.