19#ifndef CFG_I2C_DEFAULT_H
20#define CFG_I2C_DEFAULT_H
22#include "periph_cpu.h"
41 .scl_pcr = (PORT_PCR_MUX(3)),
42 .sda_pcr = (PORT_PCR_MUX(3)),
45#define I2C_NUMOF ARRAY_SIZE(i2c_config)
46#define I2C_0_ISR (isr_i2c1)
#define CLOCK_CORECLOCK
Clock configuration.
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_FAST
fast mode: ~400 kbit/s
static const i2c_conf_t i2c_config[]
Default I2C device configuration.
I2C configuration structure.
I2C_Type * i2c
Pointer to hardware module registers.