Function tcc_get_config_defaults()

Initializes config with predefined default values.

void tcc_get_config_defaults(
		struct tcc_config *const config,
		Tcc *const hw)

This function will initialize a given TCC configuration structure to a set of known default values. This function should be called on any new instance of the configuration structures before being modified by the user application.

The default configuration is as follows:
Table 1. Parameters
Data direction Parameter name Description

[out]

config

Pointer to a TCC module configuration structure to set

[in]

hw

Pointer to the TCC hardware module