![]() |
S32 SDK
|
SIM Debug Trace clock configuration. Implements sim_trace_clock_config_t_Class. More...
#include <sim_hal_S32K144.h>
Data Fields | |
bool | initialize |
bool | divEnable |
clock_trace_src_t | source |
uint8_t | divider |
bool | divFraction |
SIM Debug Trace clock configuration. Implements sim_trace_clock_config_t_Class.
Definition at line 331 of file sim_hal_S32K144.h.
bool divEnable |
Trace clock divider enable.
Definition at line 334 of file sim_hal_S32K144.h.
bool divFraction |
Trace clock divider fraction.
Definition at line 337 of file sim_hal_S32K144.h.
uint8_t divider |
Trace clock divider divisor.
Definition at line 336 of file sim_hal_S32K144.h.
bool initialize |
Initialize or not the Trace clock.
Definition at line 333 of file sim_hal_S32K144.h.
clock_trace_src_t source |
Trace clock select.
Definition at line 335 of file sim_hal_S32K144.h.