Function tc_get_config_defaults()

Initializes config with predefined default values.

void tc_get_config_defaults(
		struct tc_config *const config)

This function will initialize a given TC 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 TC module configuration structure to set