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 |
Used in the HSPLL_xtalInit() function as the param parameter.
uint16_t HSPLL_xtalInitParam::oscillatorEnable |
Selects the Auto Sample Start
Valid values are:
Referenced by HSPLL_xtalInit().
uint16_t HSPLL_xtalInitParam::oscillatorType |
Selects the oscillator type
Valid values are:
Referenced by HSPLL_xtalInit().
uint16_t HSPLL_xtalInitParam::xtlOutput |
Disables/Enables the oscillator output
Valid values are:
Referenced by HSPLL_xtalInit().