#include <scif_uc3c.h>
Definition at line 186 of file scif_uc3c.h.
Data Fields | |
bool | en1k |
1kHz output enable/disable | |
bool | en32k |
32kHz output enable/disable | |
unsigned long | freq_hz |
The input frequency (from the external clock or the crystal). | |
scif_osc_mode_t | mode |
Set the oscillator mode. | |
bool | pinsel |
Select pins used for the 32kHz Crystal. | |
unsigned char | startup |
Specify the oscillator startup time. |
1kHz output enable/disable
Definition at line 165 of file scif_uc3l.h.
Referenced by scif_start_osc32().
32kHz output enable/disable
Definition at line 167 of file scif_uc3l.h.
Referenced by scif_start_osc32().
unsigned long scif_osc32_opt_t::freq_hz |
The input frequency (from the external clock or the crystal).
Definition at line 189 of file scif_uc3c.h.
Referenced by scif_start_osc32().
Set the oscillator mode.
Definition at line 191 of file scif_uc3c.h.
Referenced by scif_start_osc32().
Select pins used for the 32kHz Crystal.
Definition at line 163 of file scif_uc3l.h.
Referenced by scif_start_osc32().
unsigned char scif_osc32_opt_t::startup |
Specify the oscillator startup time.
Definition at line 193 of file scif_uc3c.h.
Referenced by scif_start_osc32().