Loading...
Searching...
No Matches
msp430_usci_conf_t Struct Reference

MSP430 F2xx/G2xx USCI configuration registers. More...

Detailed Description

MSP430 F2xx/G2xx USCI configuration registers.

Unlike msp430_usci_params_t this contains configuration that may depends on runtime settings

Definition at line 135 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

msp430_usci_prescaler_t prescaler
 Prescaler configuration.
 
uint8_t ctl0
 USCI control register 0.
 

Field Documentation

◆ ctl0

uint8_t msp430_usci_conf_t::ctl0

USCI control register 0.

Definition at line 137 of file periph_cpu.h.

◆ prescaler

msp430_usci_prescaler_t msp430_usci_conf_t::prescaler

Prescaler configuration.

Definition at line 136 of file periph_cpu.h.


The documentation for this struct was generated from the following file: