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_config * | freqm_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().
Freqm* freqm_dev_inst::hw_dev |
Base address of the FREQM module.
Referenced by freqm_clear_interrupt_status(), freqm_disable(), freqm_disable_interrupt(), freqm_disable_refclk(), freqm_enable(), freqm_enable_interrupt(), freqm_enable_refclk(), freqm_get_interrupt_mask(), freqm_get_interrupt_status(), freqm_get_result_blocking(), freqm_get_result_value(), freqm_get_status(), freqm_init(), and freqm_start_measure().