Microchip® Advanced Software Framework

scif_osc32_opt_t Struct Reference

OSC32 startup options.

#include <scif_uc3c.h>

Data Fields

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

unsigned long scif_osc32_opt_t::freq_hz

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

Referenced by scif_start_osc32().

scif_osc_mode_t scif_osc32_opt_t::mode

Set the oscillator mode.

Referenced by init_ast(), main(), and scif_start_osc32().

unsigned char scif_osc32_opt_t::startup

Specify the oscillator startup time.

Referenced by init_ast(), main(), and scif_start_osc32().