Generic Clock configuration structure.
Configuration structure for a Generic Clock channel. This structure should be initialized by the system_gclk_chan_get_config_defaults() function before being modified by the user application.
#include <gclk.h>
Data Fields | |
enum gclk_generator | source_generator |
Generic Clock Generator source channel. More... | |
enum gclk_generator system_gclk_chan_config::source_generator |
Generic Clock Generator source channel.
Referenced by _ac_set_config(), _adc_set_config(), _sdadc_set_config(), _system_extint_init(), _tsens_set_config(), ccl_init(), dac_init(), events_allocate(), freqm_init(), i2c_master_init(), i2c_slave_init(), rtc_calendar_init(), rtc_count_init(), sercom_set_gclk_generator(), spi_init(), system_clock_init(), system_gclk_chan_get_config_defaults(), system_gclk_chan_set_config(), tc_init(), tcc_init(), usart_init(), and wdt_set_config().