Home
last modified time | relevance | path

Searched refs:CalculateExposure (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMAX86171.cs345 …if(currentSample.ConfigLedAExposure[channelId].HasValue && CalculateExposure((uint)measurementLEDA… in CheckIfConfigurationMatches()
349 …if(currentSample.ConfigLedBExposure[channelId].HasValue && CalculateExposure((uint)measurementLEDB… in CheckIfConfigurationMatches()
353 …if(currentSample.ConfigLedCExposure[channelId].HasValue && CalculateExposure((uint)measurementLEDC… in CheckIfConfigurationMatches()
398 private uint CalculateExposure(uint driveCurrent, uint ledRange, out uint exposure) in CalculateExposure() method in Antmicro.Renode.Peripherals.Sensors.MAX86171