MSB-430h peripheral configuration.
More...
#include "periph_cpu.h"
#include "cfg_timer_a_smclk_b_aclk.h"
Go to the source code of this file.
◆ clock_params
Initial value:= {
.lfxt1_frequency = 32768,
.has_r_osc = true,
}
#define CLOCK_CORECLOCK
System core clock in Hz.
@ MAIN_CLOCK_SOURCE_XT2CLK
High frequency crystal between 450 kHz and 8 MHz.
@ SUBMAIN_CLOCK_SOURCE_XT2CLK
High frequency crystal between 450 kHz and 8 MHz.
@ SUBMAIN_CLOCK_DIVIDE_BY_1
Divide the main clock by 1.
@ AUXILIARY_CLOCK_DIVIDE_BY_1
Divide the main clock by 1.
@ MAIN_CLOCK_DIVIDE_BY_1
Divide the main clock by 1.
Clock configuration.
Definition at line 36 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
},
}
const msp430_usart_spi_params_t usart0_as_spi
MSP430 x1xx USART0 in SPI configuration.
Definition at line 67 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
},
}
const msp430_usart_uart_params_t usart1_as_uart
MSP430 x1xx USART1 in UART configuration.
Definition at line 51 of file periph_conf.h.