Peripheral configuration for the nRF9160DK. More...
Peripheral configuration for the nRF9160DK.
Definition in file periph_conf.h.
Go to the source code of this file.
I2C configuration | |
#define | I2C_NUMOF ARRAY_SIZE(i2c_config) |
static const i2c_conf_t | i2c_config [] |
SPI configuration | |
#define | SPI_NUMOF ARRAY_SIZE(spi_config) |
static const spi_conf_t | spi_config [] |
Timer configuration | |
#define | TIMER_0_ISR isr_timer0 |
Timer0 IRQ. | |
#define | TIMER_1_ISR isr_timer1 |
Timer1 IRQ. | |
#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) |
Timer configuration NUMOF. | |
static const timer_conf_t | timer_config [] |
UART configuration | |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
UART configuration NUMOF. | |
static const uart_conf_t | uart_config [] |
Real time counter configuration | |
#define | RTT_DEV (0) |
NRF_RTC0_S. | |
#define | RTT_MAX_VALUE (0x00ffffff) |
24bit | |
#define | RTT_MAX_FREQUENCY (32768U) |
in Hz | |
#define | RTT_MIN_FREQUENCY (8U) |
in Hz | |
#define | RTT_CLOCK_FREQUENCY (32768U) |
in Hz, LFCLK | |
#define | RTT_FREQUENCY (1024U) |
in Hz | |
PWM configuration | |
#define | PWM_NUMOF ARRAY_SIZE(pwm_config) |
static const pwm_conf_t | pwm_config [] |
#define I2C_NUMOF ARRAY_SIZE(i2c_config) |
Definition at line 43 of file periph_conf.h.
#define PWM_NUMOF ARRAY_SIZE(pwm_config) |
Definition at line 158 of file periph_conf.h.
#define RTT_CLOCK_FREQUENCY (32768U) |
in Hz, LFCLK
Definition at line 135 of file periph_conf.h.
#define RTT_DEV (0) |
NRF_RTC0_S.
Definition at line 129 of file periph_conf.h.
#define RTT_FREQUENCY (1024U) |
in Hz
Definition at line 138 of file periph_conf.h.
#define RTT_MAX_FREQUENCY (32768U) |
in Hz
Definition at line 133 of file periph_conf.h.
#define RTT_MAX_VALUE (0x00ffffff) |
24bit
Definition at line 132 of file periph_conf.h.
#define RTT_MIN_FREQUENCY (8U) |
in Hz
Definition at line 134 of file periph_conf.h.
#define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 59 of file periph_conf.h.
#define TIMER_0_ISR isr_timer0 |
Timer0 IRQ.
Definition at line 83 of file periph_conf.h.
#define TIMER_0_MAX_VALUE 0xffffffff |
See timer_init.
Definition at line 87 of file periph_conf.h.
#define TIMER_1_ISR isr_timer1 |
Timer1 IRQ.
Definition at line 84 of file periph_conf.h.
#define TIMER_1_MAX_VALUE 0xffffffff |
See timer_init.
Definition at line 89 of file periph_conf.h.
#define TIMER_NUMOF ARRAY_SIZE(timer_config) |
Timer configuration NUMOF.
Definition at line 91 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
UART configuration NUMOF.
Definition at line 121 of file periph_conf.h.
|
static |
Definition at line 35 of file periph_conf.h.
|
static |
Definition at line 146 of file periph_conf.h.
|
static |
Definition at line 50 of file periph_conf.h.
|
static |
Definition at line 66 of file periph_conf.h.
|
static |
Definition at line 98 of file periph_conf.h.