SIM Debug Trace clock configuration. Implements sim_trace_clock_config_t_Class. More...
#include <platform/drivers/src/clock/S32K1xx/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 213 of file clock_S32K1xx.h.
bool divEnable |
Trace clock divider enable.
Definition at line 216 of file clock_S32K1xx.h.
bool divFraction |
Trace clock divider fraction.
Definition at line 219 of file clock_S32K1xx.h.
uint8_t divider |
Trace clock divider divisor.
Definition at line 218 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the Trace clock.
Definition at line 215 of file clock_S32K1xx.h.
clock_trace_src_t source |
Trace clock select.
Definition at line 217 of file clock_S32K1xx.h.