Initializes all members of a CCL configuration structure to safe defaults.
void ccl_get_config_defaults( struct ccl_config *const config)
Initializes all members of a given Configurable Custom Logic configuration structure to safe and known default values. This function should be called on all new instances of these configuration structures before being modified by the user application.
GCLK_CLL will be stopped in standby sleep mode
Generator 0 is the default GCLK generator
| Data direction | Parameter name | Description |
|---|---|---|
[out] |
config |
Configuration structure to initialize to default values |