nrf51/include/periph_conf_common.h

Common peripheral MCU configuration for some nrf51 based boards.

TIMER_0_ISR
1
isr_timer0
TIMER_NUMOF
1
(sizeof(timer_config) / sizeof(timer_config[0]))
const timer_conf_t timer_config()
1
2
3
4
= {
    
    { NRF_TIMER0, 3, TIMER_BITMODE_BITMODE_24Bit, TIMER0_IRQn }
}
RTT_NUMOF
1
(1U)
RTT_DEV
1
(1)             /* NRF_RTC1 */
RTT_MAX_VALUE
1
(0x00ffffff)
RTT_FREQUENCY
1
(1024)