Peripheral configuration for the Adafruit Clue board. More...
Peripheral configuration for the Adafruit Clue board.
Definition in file periph_conf.h.
#include "periph_cpu.h"#include "cfg_clock_32_0.h"#include "cfg_rtt_default.h"#include "cfg_timer_default.h"
 Include dependency graph for periph_conf.h:Go to the source code of this file.
UART configuration | |
| #define | UART_0_ISR (isr_uart0) | 
| UART 0 Interrupt Service Routine.   | |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) | 
| Number of UART peripherals.   | |
| static const uart_conf_t | uart_config [] | 
| UART configuration.   | |
I2C configuration | |
| #define | I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0])) | 
| Number of I2C peripherals.   | |
| static const i2c_conf_t | i2c_config [] | 
| I2C configuration.   | |
SPI configuration | |
| #define | SPI_NUMOF ARRAY_SIZE(spi_config) | 
| Number of SPI peripherals.   | |
| static const spi_conf_t | spi_config [] | 
| SPI configuration.   | |
| #define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0])) | 
Number of I2C peripherals.
Definition at line 83 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_config) | 
Number of SPI peripherals.
Definition at line 111 of file periph_conf.h.
| #define UART_0_ISR (isr_uart0) | 
UART 0 Interrupt Service Routine.
Definition at line 51 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Number of UART peripherals.
Definition at line 55 of file periph_conf.h.
      
  | 
  static | 
I2C configuration.
Definition at line 65 of file periph_conf.h.
      
  | 
  static | 
      
  | 
  static | 
UART configuration.
Definition at line 35 of file periph_conf.h.