Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMAX86171.cs41 measurementLEDCCurrent = new IValueRegisterField[MeasurementRegisterCount]; in MAX86171()
353 …onfigLedCExposure[channelId].HasValue && CalculateExposure((uint)measurementLEDCCurrent[channel].V… in CheckIfConfigurationMatches()
760 … .WithValueField(0, 8, out measurementLEDCCurrent[i], name: $"MEAS{i+1}_DRVC_CURRENT.data") in BuildRegisterMap()
896 private IValueRegisterField[] measurementLEDCCurrent; field in Antmicro.Renode.Peripherals.Sensors.MAX86171