5.6.2.3.2 Function ccl_lut_get_config_defaults()

Initializes all members of LUT configuration structure to safe defaults.

void ccl_lut_get_config_defaults( struct ccl_lut_config *const config)

Initializes all members of LUT configuration structure to safe defaults. 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:
  • Truth table value is 0x00

  • LUT event output is disabled

  • LUT incoming event is disabled

  • LUT incoming event is not inverted

  • The input IN[2:0] source is masked

  • The edge detector is disabled

  • The LUT output filter is disabled

Table 5-5. Parameters
Data directionParameter nameDescription

[out]

config

LUT configuration structure to initialize to default values