Microchip® Advanced Software Framework

abdac_dev_inst Struct Reference

ABDAC driver software instance structure.

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

#include <abdacb.h>

Data Fields

struct abdac_configcfg
 Pointer to ABDAC configuration structure. More...
 
Abdacb * hw_dev
 Base address of the ABDAC module. More...
 

struct abdac_config* abdac_dev_inst::cfg

Pointer to ABDAC configuration structure.

Referenced by abdac_init(), and abdac_set_config().