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.
 | 
| 
#define  | XTAL_HZ   (16000000U)         /* the board provides a 16 MHz XTAL */ | 
|   | 
| 
#define  | CLOCK_CORECLOCK   (72000000U)         /* this board runs with 72MHz */ | 
|   | 
| 
#define  | CLOCK_PCLK   (CLOCK_CORECLOCK) | 
|   | 
 | 
| 
#define  | UART_NUMOF   (1) | 
|   | 
| static const uart_conf_t  | uart_config [] | 
|   | 
 | 
| 
#define  | SPI_NUMOF   (1) | 
|   | 
| static const spi_conf_t  | spi_config [] | 
|   | 
◆ 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 64 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 46 of file periph_conf.h.