Microchip® Advanced Software Framework

dacifb_opt_t Struct Reference

Parameters for the DACIFB.

#include <dacifb.h>

Data Fields

uint8_t channel_selection
 Channel Selection. More...
 
bool dual
 Dual Mode. More...
 
uint16_t gain_calibration_value
 Gain Calibration Value. More...
 
bool low_power
 Low Power Mode. More...
 
uint16_t offset_calibration_value
 Offset Calibration Value. More...
 
uint32_t prescaler_clock_hz
 Prescaler Clock in Hertz (should be > 500000Hz) More...
 
bool reference
 Reference for DAC Conversion. More...
 

uint8_t dacifb_opt_t::channel_selection

Channel Selection.

Referenced by dacifb_configure().

bool dacifb_opt_t::dual

Dual Mode.

Referenced by dacifb_configure().

uint16_t dacifb_opt_t::gain_calibration_value

Gain Calibration Value.

Referenced by dacifb_configure(), and dacifb_get_calibration_data().

bool dacifb_opt_t::low_power

Low Power Mode.

Referenced by dacifb_configure().

uint16_t dacifb_opt_t::offset_calibration_value

Offset Calibration Value.

Referenced by dacifb_configure(), and dacifb_get_calibration_data().

uint32_t dacifb_opt_t::prescaler_clock_hz

Prescaler Clock in Hertz (should be > 500000Hz)

Referenced by dac_task_init(), and dacifb_configure().

bool dacifb_opt_t::reference

Reference for DAC Conversion.

Referenced by dacifb_configure().