![]() |
S32 SDK
|
SIM ClockOut configuration. Implements sim_clock_out_config_t_Class. More...
#include <clock_S32K1xx.h>
Data Fields | |
bool | initialize |
bool | enable |
sim_clkout_src_t | source |
sim_clkout_div_t | divider |
SIM ClockOut configuration. Implements sim_clock_out_config_t_Class.
Definition at line 119 of file clock_S32K1xx.h.
sim_clkout_div_t divider |
SIM ClockOut divide ratio.
Definition at line 124 of file clock_S32K1xx.h.
bool enable |
SIM ClockOut enable.
Definition at line 122 of file clock_S32K1xx.h.
bool initialize |
Initialize or not the ClockOut clock.
Definition at line 121 of file clock_S32K1xx.h.
sim_clkout_src_t source |
SIM ClockOut source select.
Definition at line 123 of file clock_S32K1xx.h.