![]() |
S32 SDK
|
SIM Platform Gate Clock configuration. Implements sim_plat_gate_config_t_Class. More...
#include <clock_S32K1xx.h>
Data Fields | |
bool | initialize |
bool | enableMscm |
bool | enableMpu |
bool | enableDma |
bool | enableErm |
bool | enableEim |
SIM Platform Gate Clock configuration. Implements sim_plat_gate_config_t_Class.
Definition at line 155 of file clock_S32K1xx.h.
bool enableDma |
DMA Clock Gating Control enable.
Definition at line 160 of file clock_S32K1xx.h.
bool enableEim |
EIM Clock Gating Control enable.
Definition at line 162 of file clock_S32K1xx.h.
bool enableErm |
ERM Clock Gating Control enable.
Definition at line 161 of file clock_S32K1xx.h.
bool enableMpu |
MPU Clock Gating Control enable.
Definition at line 159 of file clock_S32K1xx.h.
bool enableMscm |
MSCM Clock Gating Control enable.
Definition at line 158 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the Trace clock.
Definition at line 157 of file clock_S32K1xx.h.