#include <scif_uc3c.h>
Definition at line 154 of file scif_uc3c.h.
Data Fields | |
unsigned long | freq_hz |
The input frequency (from the external clock or the crystal). | |
unsigned char | gain |
Gain for the oscillator. | |
scif_osc_mode_t | mode |
Set the oscillator mode. | |
unsigned char | startup |
Specify the oscillator startup time. |
unsigned long scif_osc_opt_t::freq_hz |
The input frequency (from the external clock or the crystal).
Definition at line 157 of file scif_uc3c.h.
Referenced by scif_start_osc().
unsigned char scif_osc_opt_t::gain |
Gain for the oscillator.
Definition at line 163 of file scif_uc3c.h.
Referenced by scif_start_osc().
Set the oscillator mode.
Definition at line 159 of file scif_uc3c.h.
Referenced by scif_start_osc().
unsigned char scif_osc_opt_t::startup |
Specify the oscillator startup time.
Definition at line 161 of file scif_uc3c.h.
Referenced by scif_start_osc().