Go to the source code of this file.
Define the nominal CPU core clock in this board | |
#define | CLK80 1 |
#define | CLK50 2 |
#define | CLK40 3 |
#define | CLK16 4 |
#define | CLK1 5 |
#define | CLOCK_SOURCE CLK40 |
#define | CLOCK_CORECLOCK MHZ(80) |
Timer configuration | |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
#define | TIMER_0_ISR isr_wtimer0a |
#define | TIMER_1_ISR isr_wtimer1a |
static const timer_conf_t | timer_config [] |
UART configuration | |
#define | UART_NUMOF (1U) |
#define | UART_IRQ_PRIO 1 |
#define | UART_CLK ROM_SysCtlClockGet() |
#define | UART_0_DEV UART0_BASE |
#define | UART_0_CLK (40000000) |
#define | UART_0_IRQ_CHAN UART0_IRQn |
#define | UART_0_ISR isr_uart0 |
#define | UART_0_PORT GPIOA |
#define | UART_0_TX_PIN UART_PA1_U0TX |
#define | UART_0_RX_PIN UART_PA0_U0RX |
ADC configuration | |
#define | ADC_NUMOF (12) |
SPI configuration | |
#define | SPI_NUMOF ARRAY_SIZE(spi_confs) |
static const spi_conf_t | spi_confs [] |
#define ADC_NUMOF (12) |
Definition at line 94 of file periph_conf.h.
#define CLK1 5 |
Definition at line 37 of file periph_conf.h.
#define CLK16 4 |
Definition at line 36 of file periph_conf.h.
#define CLK40 3 |
Definition at line 35 of file periph_conf.h.
#define CLK50 2 |
Definition at line 34 of file periph_conf.h.
#define CLK80 1 |
Definition at line 33 of file periph_conf.h.
#define CLOCK_CORECLOCK MHZ(80) |
Definition at line 39 of file periph_conf.h.
#define CLOCK_SOURCE CLK40 |
Definition at line 38 of file periph_conf.h.
#define SPI_NUMOF ARRAY_SIZE(spi_confs) |
Definition at line 156 of file periph_conf.h.
#define TIMER_0_ISR isr_wtimer0a |
Definition at line 67 of file periph_conf.h.
#define TIMER_1_ISR isr_wtimer1a |
Definition at line 68 of file periph_conf.h.
#define TIMER_NUMOF ARRAY_SIZE(timer_config) |
Definition at line 65 of file periph_conf.h.
#define UART_0_CLK (40000000) |
Definition at line 81 of file periph_conf.h.
#define UART_0_DEV UART0_BASE |
Definition at line 80 of file periph_conf.h.
#define UART_0_IRQ_CHAN UART0_IRQn |
Definition at line 82 of file periph_conf.h.
#define UART_0_ISR isr_uart0 |
Definition at line 83 of file periph_conf.h.
#define UART_0_PORT GPIOA |
Definition at line 85 of file periph_conf.h.
#define UART_0_RX_PIN UART_PA0_U0RX |
Definition at line 87 of file periph_conf.h.
#define UART_0_TX_PIN UART_PA1_U0TX |
Definition at line 86 of file periph_conf.h.
#define UART_CLK ROM_SysCtlClockGet() |
Definition at line 78 of file periph_conf.h.
#define UART_IRQ_PRIO 1 |
Definition at line 76 of file periph_conf.h.
#define UART_NUMOF (1U) |
Definition at line 75 of file periph_conf.h.
|
static |
Definition at line 101 of file periph_conf.h.
|
static |
Definition at line 46 of file periph_conf.h.