6.6.4.7.1 Function dac_chan_is_end_of_conversion()

Retrieves the status of DAC channel end of conversion.

bool dac_chan_is_end_of_conversion( struct dac_module *const module_inst, enum dac_channel channel)

Checks if the conversion is completed or not and returns boolean flag of status.

Table 6-38. Parameters
Data directionParameter nameDescription

[in]

module_inst

Pointer to the DAC software instance struct

[in]

channel

Channel to disable

Table 6-39. Return Values
Return valueDescription

true

Conversion is complete, VOUT is stable

false

No conversion completed since last load of DATA