![]() |
S32 SDK
|
SCG system OSC configuration. Implements scg_sosc_config_t_Class. More...
#include <clock_S32K1xx.h>
Data Fields | |
uint32_t | freq |
scg_sosc_monitor_mode_t | monitorMode |
scg_sosc_ext_ref_t | extRef |
scg_sosc_gain_t | gain |
scg_sosc_range_t | range |
scg_async_clock_div_t | div1 |
scg_async_clock_div_t | div2 |
bool | enableInStop |
bool | enableInLowPower |
bool | locked |
bool | initialize |
SCG system OSC configuration. Implements scg_sosc_config_t_Class.
Definition at line 346 of file clock_S32K1xx.h.
Divider for platform asynchronous clock.
Definition at line 357 of file clock_S32K1xx.h.
Divider for bus asynchronous clock.
Definition at line 358 of file clock_S32K1xx.h.
bool enableInLowPower |
System OSC is enable or not in low power mode.
Definition at line 361 of file clock_S32K1xx.h.
bool enableInStop |
System OSC is enable or not in stop mode.
Definition at line 360 of file clock_S32K1xx.h.
scg_sosc_ext_ref_t extRef |
System OSC External Reference Select.
Definition at line 352 of file clock_S32K1xx.h.
uint32_t freq |
System OSC frequency.
Definition at line 348 of file clock_S32K1xx.h.
scg_sosc_gain_t gain |
System OSC high-gain operation.
Definition at line 353 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the System OSC module.
Definition at line 365 of file clock_S32K1xx.h.
bool locked |
System OSC Control Register can be written.
Definition at line 363 of file clock_S32K1xx.h.
scg_sosc_monitor_mode_t monitorMode |
System OSC Clock monitor mode.
Definition at line 350 of file clock_S32K1xx.h.
scg_sosc_range_t range |
System OSC frequency range.
Definition at line 355 of file clock_S32K1xx.h.