Olimex-MSP430-H2618 peripheral configuration.
More...
Olimex-MSP430-H2618 peripheral configuration.
- Author
- Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@pos.nosp@m.teo..nosp@m.net
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "macros/units.h"
#include "cfg_timer_a_smclk_b_aclk.h"
Go to the source code of this file.
◆ clock_params
Initial value:= {
.target_dco_frequency =
MHZ(16),
.lfxt1_frequency = 32768,
}
@ MAIN_CLOCK_SOURCE_DCOCLK
Internal digitally controlled oscillator (DCO) with RC-type characteristics.
@ SUBMAIN_CLOCK_SOURCE_DCOCLK
Internal digitally controlled oscillator (DCO) with RC-type characteristics.
@ 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.
#define MHZ(x)
A macro to return the Hz in x MHz.
Clock configuration.
Definition at line 36 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
},
{
},
}
const msp430_usci_spi_params_t usci_b1_as_spi
MSP430 F2xx/G2xx USCI B1 in SPI configuration.
const msp430_usci_spi_params_t usci_b0_as_spi
MSP430 F2xx/G2xx USCI B0 in SPI configuration.
Definition at line 65 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
},
}
const msp430_usci_uart_params_t usci_a1_as_uart
MSP430 F2xx/G2xx USCI A1 in UART configuration.
Definition at line 50 of file periph_conf.h.