![]() |
S32 SDK
|
SIM Debug Trace clock configuration. Implements sim_trace_clock_config_t_Class. More...
#include <clock_S32K1xx.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 190 of file clock_S32K1xx.h.
bool divEnable |
Trace clock divider enable.
Definition at line 193 of file clock_S32K1xx.h.
bool divFraction |
Trace clock divider fraction.
Definition at line 196 of file clock_S32K1xx.h.
uint8_t divider |
Trace clock divider divisor.
Definition at line 195 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the Trace clock.
Definition at line 192 of file clock_S32K1xx.h.
clock_trace_src_t source |
Trace clock select.
Definition at line 194 of file clock_S32K1xx.h.