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.
| Data direction | Parameter name | Description |
|---|---|---|
[in] | module_inst |
Pointer to the DAC software instance struct |
[in] | channel |
Channel to disable |
| Return value | Description |
|---|---|
true |
Conversion is complete, VOUT is stable |
false |
No conversion completed since last load of DATA |
