MSP430 DriverLib for MSP430FR5xx_6xx Devices  2.91.13.01
HSPLL_xtalInitParam Struct Reference

Used in the HSPLL_xtalInit() function as the param parameter. More...

#include <hspll.h>

Data Fields

uint16_t oscillatorType
 
uint16_t xtlOutput
 
uint16_t oscillatorEnable
 

Detailed Description

Used in the HSPLL_xtalInit() function as the param parameter.

Field Documentation

§ oscillatorEnable

uint16_t HSPLL_xtalInitParam::oscillatorEnable

Selects the Auto Sample Start
Valid values are:

  • HSPLL_XTAL_DISABLE [Default]
  • HSPLL_XTAL_ENABLE

Referenced by HSPLL_xtalInit().

§ oscillatorType

uint16_t HSPLL_xtalInitParam::oscillatorType

Selects the oscillator type
Valid values are:

  • HSPLL_XTAL_GATING_COUNTER_LENGTH_4096 [Default]
  • HSPLL_XTAL_GATING_COUNTER_LENGTH_512
  • HSPLL_XTAL_OSCTYPE_XTAL [Default]
  • HSPLL_XTAL_OSCTYPE_CERAMIC

Referenced by HSPLL_xtalInit().

§ xtlOutput

uint16_t HSPLL_xtalInitParam::xtlOutput

Disables/Enables the oscillator output
Valid values are:

  • HSPLL_XTAL_OUTPUT_DISABLE [Default]
  • HSPLL_XTAL_OUTPUT_ENABLE

Referenced by HSPLL_xtalInit().


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

Copyright 2020, Texas Instruments Incorporated