Microchip® Advanced Software Framework

gloc_dev_inst Struct Reference

Glue Logic Controller driver software instance structure.

Device instance structure for a Glue Logic Controller driver instance. This structure should be initialized by the gloc_init() function to associate the instance with a particular hardware module of the device.

#include <gloc.h>

Data Fields

Gloc * hw_dev
 Base address of the GLOC module. More...
 

Gloc* gloc_dev_inst::hw_dev

Base address of the GLOC module.

Referenced by gloc_disable(), gloc_enable(), gloc_init(), and gloc_lut_set_config().