Peripheral configuration for the nRF9160DK. More...
Peripheral configuration for the nRF9160DK.
Definition in file periph_conf.h.
Include dependency graph for 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 39 of file periph_conf.h.
| #define PWM_NUMOF ARRAY_SIZE(pwm_config) |
Definition at line 154 of file periph_conf.h.
| #define RTT_CLOCK_FREQUENCY (32768U) |
in Hz, LFCLK
Definition at line 131 of file periph_conf.h.
| #define RTT_DEV (0) |
NRF_RTC0_S.
Definition at line 125 of file periph_conf.h.
| #define RTT_FREQUENCY (1024U) |
in Hz
Definition at line 134 of file periph_conf.h.
| #define RTT_MAX_FREQUENCY (32768U) |
in Hz
Definition at line 129 of file periph_conf.h.
| #define RTT_MAX_VALUE (0x00ffffff) |
24bit
Definition at line 128 of file periph_conf.h.
| #define RTT_MIN_FREQUENCY (8U) |
in Hz
Definition at line 130 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 55 of file periph_conf.h.
| #define TIMER_0_ISR isr_timer0 |
Timer0 IRQ.
Definition at line 79 of file periph_conf.h.
| #define TIMER_0_MAX_VALUE 0xffffffff |
See timer_init.
Definition at line 83 of file periph_conf.h.
| #define TIMER_1_ISR isr_timer1 |
Timer1 IRQ.
Definition at line 80 of file periph_conf.h.
| #define TIMER_1_MAX_VALUE 0xffffffff |
See timer_init.
Definition at line 85 of file periph_conf.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_config) |
Timer configuration NUMOF.
Definition at line 87 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
UART configuration NUMOF.
Definition at line 117 of file periph_conf.h.
|
static |
Definition at line 31 of file periph_conf.h.
|
static |
Definition at line 142 of file periph_conf.h.
|
static |
Definition at line 46 of file periph_conf.h.
|
static |
Definition at line 62 of file periph_conf.h.
|
static |
Definition at line 94 of file periph_conf.h.