Peripheral MCU configuration for the Seeeduino Arch Pro board. More...
Peripheral MCU configuration for the Seeeduino Arch Pro board.
Definition in file periph_conf.h.
Include dependency graph for periph_conf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Timer configuration | |
| #define | TIMER_NUMOF (1U) |
| #define | TIMER_IRQ_PRIO 1 |
| #define | TIMER_0_DEV LPC_TIM0 |
| #define | TIMER_0_CHANNELS 4 |
| #define | TIMER_0_FREQ (96000000ul) |
| #define | TIMER_0_MAX_VALUE (0xffffffff) |
| #define | TIMER_0_CLKEN() |
| #define | TIMER_0_CLKDIS() |
| #define | TIMER_0_PLKSEL() |
| #define | TIMER_0_ISR isr_timer0 |
| #define | TIMER_0_IRQ TIMER0_IRQn |
UART configuration | |
| #define | UART_IRQ_PRIO 1 |
| #define | UART_0_ISR isr_uart0 |
| #define | UART_1_ISR isr_uart3 |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) |
| static const uart_conf_t | uart_config [] |
Ethernet configuration | |
The Seeeduino Arch Pro wires the LPC1768 EMAC to a TI DP83848 PHY at MIIM address 1. The 50 MHz RMII reference clock is supplied by an external oscillator whose enable line is driven by P1.27. A dedicated reset line for the PHY is available at P1.28. | |
| static const eth_conf_t | eth_config |
| #define TIMER_0_CHANNELS 4 |
Definition at line 36 of file periph_conf.h.
| #define TIMER_0_CLKDIS | ( | ) |
Definition at line 40 of file periph_conf.h.
| #define TIMER_0_CLKEN | ( | ) |
Definition at line 39 of file periph_conf.h.
| #define TIMER_0_DEV LPC_TIM0 |
Definition at line 35 of file periph_conf.h.
| #define TIMER_0_FREQ (96000000ul) |
Definition at line 37 of file periph_conf.h.
| #define TIMER_0_IRQ TIMER0_IRQn |
Definition at line 43 of file periph_conf.h.
| #define TIMER_0_ISR isr_timer0 |
Definition at line 42 of file periph_conf.h.
| #define TIMER_0_MAX_VALUE (0xffffffff) |
Definition at line 38 of file periph_conf.h.
| #define TIMER_0_PLKSEL | ( | ) |
Definition at line 41 of file periph_conf.h.
| #define TIMER_IRQ_PRIO 1 |
Definition at line 32 of file periph_conf.h.
| #define TIMER_NUMOF (1U) |
Definition at line 31 of file periph_conf.h.
| #define UART_0_ISR isr_uart0 |
Definition at line 71 of file periph_conf.h.
| #define UART_1_ISR isr_uart3 |
Definition at line 72 of file periph_conf.h.
| #define UART_IRQ_PRIO 1 |
Definition at line 69 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 74 of file periph_conf.h.
|
static |
Definition at line 87 of file periph_conf.h.
|
static |
Definition at line 50 of file periph_conf.h.