![]() |
S32 SDK
|
system clock configuration. Implements sys_clk_config_t_Class More...
#include <clock_S32K1xx.h>
Data Fields | |
sys_clk_div_t | slow |
sys_clk_div_t | bus |
sys_clk_div_t | core |
sys_clk_src_t | src |
system clock configuration. Implements sys_clk_config_t_Class
Definition at line 678 of file clock_S32K1xx.h.
sys_clk_div_t bus |
Bus clock divider.
Definition at line 681 of file clock_S32K1xx.h.
sys_clk_div_t core |
Core clock divider.
Definition at line 682 of file clock_S32K1xx.h.
sys_clk_div_t slow |
Slow clock divider.
Definition at line 680 of file clock_S32K1xx.h.
sys_clk_src_t src |
System clock source.
Definition at line 683 of file clock_S32K1xx.h.