![]() |
S32 SDK
|
SIM LPO Clocks configuration. Implements sim_lpo_clock_config_t_Class. More...
#include <sim_hal_S32K144.h>
Data Fields | |
bool | initialize |
sim_rtc_clk_sel_src_t | sourceRtcClk |
sim_lpoclk_sel_src_t | sourceLpoClk |
bool | enableLpo32k |
bool | enableLpo1k |
SIM LPO Clocks configuration. Implements sim_lpo_clock_config_t_Class.
Definition at line 230 of file sim_hal_S32K144.h.
bool enableLpo1k |
MSCM Clock Gating Control enable.
Definition at line 236 of file sim_hal_S32K144.h.
bool enableLpo32k |
MSCM Clock Gating Control enable.
Definition at line 235 of file sim_hal_S32K144.h.
bool initialize |
Initialize or not the LPO clock.
Definition at line 232 of file sim_hal_S32K144.h.
sim_lpoclk_sel_src_t sourceLpoClk |
LPO clock source select.
Definition at line 234 of file sim_hal_S32K144.h.
sim_rtc_clk_sel_src_t sourceRtcClk |
RTC_CLK source select.
Definition at line 233 of file sim_hal_S32K144.h.