Initialize device
function constructor import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types; extends .Modelica.Icons.Function; input Types.AnalogPrescaler divisionFactor; input Types.VRefSelect referenceVoltage; output Analog.Init avr "Dummy handle (always 0)"; end constructor;