Microchip® Advanced Software Framework

scif_osc32_opt_t Struct Reference

OSC32 startup options.

#include <scif_uc3l.h>

Data Fields

bool en1k
 1kHz output enable/disable More...
 
bool en32k
 32kHz output enable/disable More...
 
scif_osc_mode_t mode
 Set the oscillator mode. More...
 
bool pinsel
 Select pins used for the 32kHz Crystal. More...
 
unsigned char startup
 Specify the oscillator startup time. More...
 

bool scif_osc32_opt_t::en1k

1kHz output enable/disable

Referenced by scif_start_osc32().

bool scif_osc32_opt_t::en32k

32kHz output enable/disable

Referenced by scif_start_osc32().

scif_osc_mode_t scif_osc32_opt_t::mode

Set the oscillator mode.

Referenced by ast_init(), and scif_start_osc32().

bool scif_osc32_opt_t::pinsel

Select pins used for the 32kHz Crystal.

Referenced by scif_start_osc32().

unsigned char scif_osc32_opt_t::startup

Specify the oscillator startup time.

Referenced by scif_start_osc32().