Description
Is your enhancement proposal related to a problem? Please describe.
The broadcast channel and low-power configuration features are not supported.
Describe the solution you'd like
Add support to send DAC write values to the Broadcast Register (channel 9?). Also, modify the channel setup implementation with the ability to return channels to power-down mode after initialization.
Describe alternatives you've considered
Custom out-of-driver I2C control is the only alternative.
Additional context
Please see the description of the register map (pg 30): https://datasheet.datasheetarchive.com/originals/distributors/Datasheets_SAMA/31e6133a56d84334c2130e2ecbea856a.pdf
Possible Future Enhancements
There are also missing line controls for DAC channel synchronization which should be tied to the driver, but the existing DAC interface doesn't account for something like that. The DAC interface, in general, should be brought in line with other peripherals like ADC.