OSC0/OSC1 startup options. More...
#include <scif_uc3l.h>
Data Fields | |
unsigned long | freq_hz |
The input frequency (from the external clock or the crystal). | |
scif_osc_mode_t | mode |
Set the oscillator mode. | |
unsigned char | startup |
Specify the oscillator startup time. | |
unsigned char | gain |
Gain for the oscillator. |
OSC0/OSC1 startup options.
unsigned long scif_osc_opt_t::freq_hz |
The input frequency (from the external clock or the crystal).
Referenced by scif_start_osc().
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().
unsigned char scif_osc_opt_t::gain |
Gain for the oscillator.
Referenced by scif_start_osc().