21.6.1.9 Struct system_gclk_gen_config
Configuration structure for a Generic Clock Generator channel. This structure should be initialized by the system_gclk_gen_get_config_defaults() function before being modified by the user application.
Type | Name | Description |
---|---|---|
uint32_t | division_factor |
Integer division factor of the clock output compared to the input |
bool | high_when_disabled |
If true, the generator output level is high when disabled |
bool | output_enable |
If true, enables GCLK generator clock output to a GPIO pin |
bool | run_in_standby |
If true, the clock is kept enabled during device standby mode |
uint8_t | source_clock |
Source clock input channel index, see the system_clock_source |