![]() |
S32 SDK
|
Data Structures | |
struct | sim_clock_out_config_t |
SIM ClockOut configuration. Implements sim_clock_out_config_t_Class. More... | |
struct | sim_lpo_clock_config_t |
SIM LPO Clocks configuration. Implements sim_lpo_clock_config_t_Class. More... | |
struct | sim_tclk_config_t |
SIM Platform Gate Clock configuration. Implements sim_tclk_config_t_Class. More... | |
struct | sim_plat_gate_config_t |
SIM Platform Gate Clock configuration. Implements sim_plat_gate_config_t_Class. More... | |
struct | sim_qspi_ref_clk_gating_t |
SIM QSPI reference clock gating. Implements sim_qspi_ref_clk_gating_t_Class. More... | |
struct | sim_trace_clock_config_t |
SIM Debug Trace clock configuration. Implements sim_trace_clock_config_t_Class. More... | |
struct | sim_clock_config_t |
SIM configure structure. Implements sim_clock_config_t_Class. More... | |
struct | scg_system_clock_config_t |
SCG system clock configuration. Implements scg_system_clock_config_t_Class. More... | |
Macros | |
#define | NUMBER_OF_TCLK_INPUTS 3U |
Variables | |
const uint8_t | peripheralFeaturesList [CLOCK_NAME_COUNT] |
Peripheral features list Constant array storing the mappings between clock names of the peripherals and feature lists. More... | |
uint32_t | g_TClkFreq [NUMBER_OF_TCLK_INPUTS] |
uint32_t | g_xtal0ClkFreq |
uint32_t | g_RtcClkInFreq |
#define NUMBER_OF_TCLK_INPUTS 3U |
Definition at line 49 of file clock_S32K1xx.h.
enum clock_trace_src_t |
Debug trace clock source select Implements clock_trace_src_t_Class.
Enumerator | |
---|---|
CLOCK_TRACE_SRC_CORE_CLK |
core clock |
CLOCK_TRACE_SRC_PLATFORM_CLK |
platform clock |
Definition at line 179 of file clock_S32K1xx.h.
SCG system clock divider value. Implements scg_system_clock_div_t_Class.
Definition at line 231 of file clock_S32K1xx.h.
SCG system clock source. Implements scg_system_clock_src_t_Class.
Definition at line 218 of file clock_S32K1xx.h.
enum sim_clkout_div_t |
SIM CLKOUT divider.
Definition at line 102 of file clock_S32K1xx.h.
enum sim_clkout_src_t |
SIM CLKOUT select.
Definition at line 85 of file clock_S32K1xx.h.
enum sim_lpoclk_sel_src_t |
SIM LPOCLKSEL clock source select Implements sim_lpoclk_sel_src_t_Class.
Enumerator | |
---|---|
SIM_LPO_CLK_SEL_LPO_128K | |
SIM_LPO_CLK_SEL_NO_CLOCK | |
SIM_LPO_CLK_SEL_LPO_32K | |
SIM_LPO_CLK_SEL_LPO_1K |
Definition at line 74 of file clock_S32K1xx.h.
SIM CLK32KSEL clock source select Implements sim_rtc_clk_sel_src_t_Class.
Enumerator | |
---|---|
SIM_RTCCLK_SEL_SOSCDIV1_CLK | |
SIM_RTCCLK_SEL_LPO_32K | |
SIM_RTCCLK_SEL_RTC_CLKIN | |
SIM_RTCCLK_SEL_FIRCDIV1_CLK |
Definition at line 62 of file clock_S32K1xx.h.
uint32_t g_RtcClkInFreq |
Definition at line 72 of file clock_S32K1xx.c.
uint32_t g_TClkFreq[NUMBER_OF_TCLK_INPUTS] |
Definition at line 69 of file clock_S32K1xx.c.
uint32_t g_xtal0ClkFreq |
Definition at line 75 of file clock_S32K1xx.c.
const uint8_t peripheralFeaturesList[CLOCK_NAME_COUNT] |
Peripheral features list Constant array storing the mappings between clock names of the peripherals and feature lists.
Definition at line 131 of file clock_S32K1xx.c.