MSB-430 peripheral configuration. More...
MSB-430 peripheral configuration.
Definition in file 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 32 of file periph_conf.h.
#define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 75 of file periph_conf.h.
#define UART0_RX_ISR (USART1RX_VECTOR) |
RX IRQ vector of UART 0.
Definition at line 58 of file periph_conf.h.
#define UART0_TX_ISR (USART1TX_VECTOR) |
TX IRQ vector of UART 0.
Definition at line 59 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 61 of file periph_conf.h.
|
static |
Clock configuration.
Definition at line 37 of file periph_conf.h.
|
static |
Definition at line 68 of file periph_conf.h.
|
static |
Definition at line 52 of file periph_conf.h.