MSP430 F2xx/G2xx USCI prescaler configuration. More...
MSP430 F2xx/G2xx USCI prescaler configuration.
Definition at line 122 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
msp430_usci_clk_t | clk_source |
Clock source to use. | |
uint8_t | br0 |
What to write in the BR0 register. | |
uint8_t | br1 |
What to write in the BR1 register. | |
uint8_t | mctl |
USCI modulation control register. | |
uint8_t msp430_usci_prescaler_t::br0 |
What to write in the BR0 register.
Definition at line 124 of file periph_cpu.h.
uint8_t msp430_usci_prescaler_t::br1 |
What to write in the BR1 register.
Definition at line 125 of file periph_cpu.h.
msp430_usci_clk_t msp430_usci_prescaler_t::clk_source |
Clock source to use.
Definition at line 123 of file periph_cpu.h.
uint8_t msp430_usci_prescaler_t::mctl |
USCI modulation control register.
Definition at line 126 of file periph_cpu.h.