CPU specific definitions for internal peripheral handling. More...
CPU specific definitions for internal peripheral handling.
Definition in file periph_cpu.h.
#include "periph_cpu_common.h"
Go to the source code of this file.
Data Structures | |
struct | adc_conf_t |
ADC device configuration. More... | |
Starting address of the CPU ID | |
#define | CPUID_ADDR (0x1ff800d0) |
enum | { PORT_A = 0, PORT_B = 1, PORT_C = 2, PORT_D = 3, PORT_E = 4, PORT_F = 6, PORT_G = 7, PORT_H = 5 } |
Available ports on the STM32L1 family. More... | |
EEPROM configuration | |
#define | EEPROM_START_ADDR (0x08080000) |
anonymous enum |
Available ports on the STM32L1 family.
Enumerator | |
---|---|
PORT_A | port A |
PORT_B | port B |
PORT_C | port C |
PORT_D | port D |
PORT_E | port E |
PORT_F | port F |
PORT_G | port G |
PORT_H | port H |
Definition at line 43 of file periph_cpu.h.