Peripheral configuration for the E104-BT50xxA Test Board.  
More...
Peripheral configuration for the E104-BT50xxA Test Board. 
- Author
- Benjamin Valentin benpi.nosp@m.cco@.nosp@m.googl.nosp@m.emai.nosp@m.l.com 
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_default.h"
Go to the source code of this file.
|  | 
| The E104-BT50xxA module does not have any external oscillators  | 
| #define | CLOCK_HFCLK   (1)             /* external crystal */ | 
|  | 
| #define | CLOCK_LFCLK   (CLOCK_LFCLKSRC_SRC_RC) | 
|  | LFCLK Source. 
 | 
|  | 
◆ CLOCK_HFCLK
      
        
          | #define CLOCK_HFCLK   (1)             /* external crystal */ | 
      
 
 
◆ CLOCK_LFCLK
      
        
          | #define CLOCK_LFCLK   (CLOCK_LFCLKSRC_SRC_RC) | 
      
 
 
◆ I2C_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
◆ UART_NUMOF
◆ i2c_config
Initial value:= {
    {
        .dev = NRF_TWIM0,
    }
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
Definition at line 60 of file periph_conf.h.
 
 
◆ spi_config
Initial value:= {
    {
        .dev  = NRF_SPIM0,
    },
}
Definition at line 45 of file periph_conf.h.
 
 
◆ uart_config
Initial value:= {
    { 
        .dev        = NRF_UARTE0,
 
 
 
 
        .irqn       = UARTE0_UART0_IRQn,
    },
}
Definition at line 75 of file periph_conf.h.