5.6.2.1.2 Function ccl_get_config_defaults()

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.

The default configuration is as follows:
  • GCLK_CLL will be stopped in standby sleep mode

  • Generator 0 is the default GCLK generator

Table 5-3. Parameters
Data directionParameter nameDescription

[out]

config

Configuration structure to initialize to default values