Microchip® Advanced Software Framework

freqm_dev_inst Struct Reference

Frequency Meter driver software instance structure.

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

#include <freqm.h>

Data Fields

struct freqm_configfreqm_cfg
 Pointer to FREQM configuration structure. More...
 
Freqm * hw_dev
 Base address of the FREQM module. More...
 

struct freqm_config* freqm_dev_inst::freqm_cfg

Pointer to FREQM configuration structure.

Referenced by freqm_init().