Include dependency graph for periph_conf.h: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 90 of file periph_conf.h.
| #define CLK1 5 | 
Definition at line 33 of file periph_conf.h.
| #define CLK16 4 | 
Definition at line 32 of file periph_conf.h.
| #define CLK40 3 | 
Definition at line 31 of file periph_conf.h.
| #define CLK50 2 | 
Definition at line 30 of file periph_conf.h.
| #define CLK80 1 | 
Definition at line 29 of file periph_conf.h.
| #define CLOCK_CORECLOCK MHZ(80) | 
Definition at line 35 of file periph_conf.h.
| #define CLOCK_SOURCE CLK40 | 
Definition at line 34 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_confs) | 
Definition at line 152 of file periph_conf.h.
| #define TIMER_0_ISR isr_wtimer0a | 
Definition at line 63 of file periph_conf.h.
| #define TIMER_1_ISR isr_wtimer1a | 
Definition at line 64 of file periph_conf.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_config) | 
Definition at line 61 of file periph_conf.h.
| #define UART_0_CLK (40000000) | 
Definition at line 77 of file periph_conf.h.
| #define UART_0_DEV UART0_BASE | 
Definition at line 76 of file periph_conf.h.
| #define UART_0_IRQ_CHAN UART0_IRQn | 
Definition at line 78 of file periph_conf.h.
| #define UART_0_ISR isr_uart0 | 
Definition at line 79 of file periph_conf.h.
| #define UART_0_PORT GPIOA | 
Definition at line 81 of file periph_conf.h.
| #define UART_0_RX_PIN UART_PA0_U0RX | 
Definition at line 83 of file periph_conf.h.
| #define UART_0_TX_PIN UART_PA1_U0TX | 
Definition at line 82 of file periph_conf.h.
| #define UART_CLK ROM_SysCtlClockGet() | 
Definition at line 74 of file periph_conf.h.
| #define UART_IRQ_PRIO 1 | 
Definition at line 72 of file periph_conf.h.
| #define UART_NUMOF (1U) | 
Definition at line 71 of file periph_conf.h.
      
  | 
  static | 
Definition at line 97 of file periph_conf.h.
      
  | 
  static | 
Definition at line 42 of file periph_conf.h.