![]() |
S32 SDK
|
SCG fast IRC clock configuration. Implements scg_firc_config_t_Class. More...
#include <clock_S32K1xx.h>
Data Fields | |
scg_firc_range_t | range |
scg_async_clock_div_t | div1 |
scg_async_clock_div_t | div2 |
bool | enableInStop |
bool | enableInLowPower |
bool | regulator |
bool | locked |
bool | initialize |
SCG fast IRC clock configuration. Implements scg_firc_config_t_Class.
Definition at line 412 of file clock_S32K1xx.h.
Divider for platform asynchronous clock.
Definition at line 416 of file clock_S32K1xx.h.
Divider for bus asynchronous clock.
Definition at line 417 of file clock_S32K1xx.h.
bool enableInLowPower |
FIRC is enable or not in lowpower mode.
Definition at line 420 of file clock_S32K1xx.h.
bool enableInStop |
FIRC is enable or not in stop mode.
Definition at line 419 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the FIRC module.
Definition at line 424 of file clock_S32K1xx.h.
bool locked |
FIRC Control Register can be written.
Definition at line 422 of file clock_S32K1xx.h.
scg_firc_range_t range |
Fast IRC frequency range.
Definition at line 414 of file clock_S32K1xx.h.
bool regulator |
FIRC regulator is enable or not.
Definition at line 421 of file clock_S32K1xx.h.