module clock configuration. Implements module_clk_config_t_Class More...
#include <platform/drivers/src/clock/S32K1xx/clock_S32K1xx.h>
Data Fields | |
bool | gating |
clock_names_t | source |
uint16_t | mul |
uint16_t | div |
module clock configuration. Implements module_clk_config_t_Class
Definition at line 711 of file clock_S32K1xx.h.
uint16_t div |
Divider (some modules don't have divider)
Definition at line 716 of file clock_S32K1xx.h.
bool gating |
Clock gating.
Definition at line 713 of file clock_S32K1xx.h.
uint16_t mul |
Multiplier (some modules don't have fractional)
Definition at line 715 of file clock_S32K1xx.h.
clock_names_t source |
Clock source input (some modules don't have protocol clock)
Definition at line 714 of file clock_S32K1xx.h.