Peripheral configuration for the avsextrem.
More...
Peripheral configuration for the avsextrem.
- Author
- Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Definition in file periph_conf.h.
#include "periph_cpu.h"
Go to the source code of this file.
◆ CLOCK_CORECLOCK
#define CLOCK_CORECLOCK (72000000U) /* this board runs with 72MHz */ |
◆ CLOCK_PCLK
◆ SPI_NUMOF
◆ TIMER_NUMOF
◆ UART_NUMOF
◆ XTAL_HZ
#define XTAL_HZ (16000000U) /* the board provides a 16 MHz XTAL */ |
◆ spi_config
Initial value:= {
{
.dev = SPI0,
.pinsel_mosi = 3,
.pinsel_miso = 3,
.pinsel_clk = 3,
},
}
#define BIT8
Bit 8 set define.
#define BIT17
Bit 17 set define.
#define BIT9
Bit 9 set define.
#define BIT14
Bit 14 set define.
#define BIT16
Bit 16 set define.
#define BIT15
Bit 15 set define.
Definition at line 68 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.irq_prio_rx = 6,
.pinsel_rx = 0,
.pinsel_tx = 0,
}
}
#define BIT4
Bit 4 set define.
#define BIT6
Bit 6 set define.
#define UART0
UART0 register bank.
Definition at line 50 of file periph_conf.h.