19 #if !defined(CLOCK_S32K144_H)
20 #define CLOCK_S32K144_H
44 #if defined(__cplusplus)
89 #if defined(__cplusplus)
status_t CLOCK_SYS_SetScgConfiguration(const scg_config_t *scgConfig)
Configures SCG module.
SCG configure structure. Implements scg_config_t_Class.
SIM configure structure. Implements sim_clock_config_t_Class.
status_t
Status return codes. Common error codes will be a unified enumeration (C enum) that will contain all ...
void CLOCK_SYS_SetSimConfiguration(const sim_clock_config_t *simClockConfig)
Configures SIM module.
void CLOCK_SYS_SetPmcConfiguration(const pmc_config_t *pmcConfig)
Configures PMC module.
void CLOCK_SYS_SetPccConfiguration(const pcc_config_t *peripheralClockConfig)
Configures PCC module.
PCC configuration. Implements pcc_config_t_Class.