![]() |
S32 SDK
|
SIM ClockOut configuration. Implements sim_clock_out_config_t_Class. More...
#include <sim_hal_S32K144.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 218 of file sim_hal_S32K144.h.
sim_clkout_div_t divider |
SIM ClockOut divide ratio.
Definition at line 223 of file sim_hal_S32K144.h.
bool enable |
SIM ClockOut enable.
Definition at line 221 of file sim_hal_S32K144.h.
bool initialize |
Initialize or not the ClockOut clock.
Definition at line 220 of file sim_hal_S32K144.h.
sim_clkout_src_t source |
SIM ClockOut source select.
Definition at line 222 of file sim_hal_S32K144.h.