Microchip® Advanced Software Framework

gloc_lut_config Struct Reference

GLOC lookup table (LUT) configuration structure.

Configuration structure for a GLOC LUT instance. This structure could be initialized by the gloc_lut_get_config_defaults() function before being modified by the user application.

#include <gloc.h>

Data Fields

bool filter
 True for enable, false for disable. More...
 
uint8_t input_mask
 Input enable mask. More...
 
uint16_t truth_table_value
 Truth table value. More...
 

bool gloc_lut_config::filter

True for enable, false for disable.

Referenced by gloc_lut_get_config_defaults(), and gloc_lut_set_config().

uint8_t gloc_lut_config::input_mask

Input enable mask.

Referenced by gloc_lut_get_config_defaults(), and gloc_lut_set_config().

uint16_t gloc_lut_config::truth_table_value