BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sBSP430tlvDCO Struct Reference

#include <bsp430/utility/tlv.h>

Data Fields

sBSP430tlvEntry hdr
 
unsigned char caldco_16MHz
 
unsigned char calbc1_16MHz
 
unsigned char caldco_12MHz
 
unsigned char calbc1_12MHz
 
unsigned char caldco_8MHz
 
unsigned char calbc1_8MHz
 
unsigned char caldco_1MHz
 
unsigned char calbc1_1MHz
 

Detailed Description

TLV entry for TAG_DCO_30 on 2xx MCUs.

These are BC2 calibration constants for fixed frequencies of MCLK. The TAG_DCO_30 is not defined on all MCUs, but all observed MCUs have used a tag value 1 for this when a tag is present. The address of sBSP430tlvDCO::caldco_16mhz is fixed at 0x10F8.

Field Documentation

unsigned char sBSP430tlvDCO::calbc1_12MHz

Value for the BCSCTL1 register for 12 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::calbc1_16MHz

Value for the BCSCTL1 register for 16 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::calbc1_1MHz

Value for the BCSCTL1 register for 1 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::calbc1_8MHz

Value for the BCSCTL1 register for 8 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::caldco_12MHz

Value for the DCOCTL register for 12 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::caldco_16MHz

Value for the DCOCTL register for 16 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::caldco_1MHz

Value for the DCOCTL register for 1 MHz, TA = 25Cel

unsigned char sBSP430tlvDCO::caldco_8MHz

Value for the DCOCTL register for 8 MHz, TA = 25Cel

sBSP430tlvEntry sBSP430tlvDCO::hdr

Standard tag/len pair


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