Microchip® Advanced Software Framework

CCL module configuration structure.

Configuration structure for CCL module.

#include <ccl.h>

Data Fields

enum gclk_generator clock_source
 GCLK generator used to clock the peripheral. More...
 
bool run_in_standby
 If true, the GCLK_CCL clock will not stop in standby sleep mode. More...
 

enum gclk_generator ccl_config::clock_source

GCLK generator used to clock the peripheral.

Referenced by ccl_get_config_defaults(), and ccl_init().

bool ccl_config::run_in_standby

If true, the GCLK_CCL clock will not stop in standby sleep mode.

Referenced by ccl_get_config_defaults(), and ccl_init().