![]() |
S32 SDK
|
SIM Platform Gate Clock configuration. Implements sim_plat_gate_config_t_Class. More...
#include <sim_hal_S32K144.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 243 of file sim_hal_S32K144.h.
bool enableDma |
DMA Clock Gating Control enable.
Definition at line 248 of file sim_hal_S32K144.h.
bool enableEim |
EIM Clock Gating Control enable.
Definition at line 250 of file sim_hal_S32K144.h.
bool enableErm |
ERM Clock Gating Control enable.
Definition at line 249 of file sim_hal_S32K144.h.
bool enableMpu |
MPU Clock Gating Control enable.
Definition at line 247 of file sim_hal_S32K144.h.
bool enableMscm |
MSCM Clock Gating Control enable.
Definition at line 246 of file sim_hal_S32K144.h.
bool initialize |
Initialize or not the Trace clock.
Definition at line 245 of file sim_hal_S32K144.h.