TelosB peripheral configuration. More...
TelosB peripheral configuration.
Definition in file periph_conf.h.
 Include dependency graph for periph_conf.h:Go to the source code of this file.
| #define | CLOCK_CORECLOCK msp430_dco_freq | 
| static const msp430_clock_params_t | clock_params | 
| Clock configuration.   | |
UART configuration | |
| #define | UART0_RX_ISR (USART1RX_VECTOR) | 
| RX IRQ vector of UART 0.   | |
| #define | UART0_TX_ISR (USART1TX_VECTOR) | 
| TX IRQ vector of UART 0.   | |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) | 
| static const uart_conf_t | uart_config [] | 
SPI configuration | |
| #define | SPI_NUMOF ARRAY_SIZE(spi_config) | 
| static const spi_conf_t | spi_config [] | 
| #define CLOCK_CORECLOCK msp430_dco_freq | 
Definition at line 28 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_config) | 
Definition at line 69 of file periph_conf.h.
| #define UART0_RX_ISR (USART1RX_VECTOR) | 
RX IRQ vector of UART 0.
Definition at line 53 of file periph_conf.h.
| #define UART0_TX_ISR (USART1TX_VECTOR) | 
TX IRQ vector of UART 0.
Definition at line 54 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Definition at line 56 of file periph_conf.h.
      
  | 
  static | 
Clock configuration.
Definition at line 33 of file periph_conf.h.
      
  | 
  static | 
Definition at line 63 of file periph_conf.h.
      
  | 
  static | 
Definition at line 47 of file periph_conf.h.