#include "periph_cpu.h"
#include "periph_conf_common.h"
#include "cfg_i2c_default.h"
Go to the source code of this file.
◆ adc_config
Initial value:= {
    
    
    
    
    
    
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
#define ADC_AVG_NONE
Disable hardware averaging.
 
#define ADC_AVG_MAX
Maximum hardware averaging (32 samples)
 
 
Definition at line 57 of file periph_conf.h.
 
 
◆ spi_config
Initial value:= {
    {
        .dev      = SPI1,
        .pin_cs   = {
        },
        .pcr      = GPIO_AF_2,
        .simmask  = SIM_SCGC6_SPI1_MASK
    }
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
#define SPI_CS_UNDEF
Define value for unused CS line.
 
 
Definition at line 33 of file periph_conf.h.