Microchip® Advanced Software Framework

scif_osc_opt_t Struct Reference

OSC0/OSC1 startup options.

#include <scif_uc3c.h>

Data Fields

unsigned long freq_hz
 The input frequency (from the external clock or the crystal). More...
 
unsigned char gain
 Gain for the oscillator. More...
 
scif_osc_mode_t mode
 Set the oscillator mode. More...
 
unsigned char startup
 Specify the oscillator startup time. More...
 

unsigned long scif_osc_opt_t::freq_hz

The input frequency (from the external clock or the crystal).

Referenced by scif_start_osc().

unsigned char scif_osc_opt_t::gain

Gain for the oscillator.

Referenced by scif_start_osc().

scif_osc_mode_t scif_osc_opt_t::mode

Set the oscillator mode.

Referenced by scif_start_osc().

unsigned char scif_osc_opt_t::startup

Specify the oscillator startup time.

Referenced by scif_start_osc().