System clock configuration. Implements sys_clk_config_t_Class. More...
#include <platform/drivers/src/clock/S32K1xx/clock_S32K1xx.h>
Data Fields | |
clock_names_t | src |
uint16_t | dividers [3U] |
System clock configuration. Implements sys_clk_config_t_Class.
Definition at line 724 of file clock_S32K1xx.h.
uint16_t dividers[3U] |
System clock dividers. Value by which system clock is divided. 0 means that system clock is not divided.
Definition at line 727 of file clock_S32K1xx.h.
clock_names_t src |
System clock source.
Definition at line 726 of file clock_S32K1xx.h.