PCV services: Difference between revisions

No edit summary
No edit summary
Line 373: Line 373:
| 0 || OpenSession
| 0 || OpenSession
|-
|-
| 1 ||
| 1 || GetTemperatureThresholds
|-
|-
| 2 ||
| 2 || SetTemperature
|-
|-
| 3 ||
| 3 || GetPossibleClockRates
|-
|-
| 4 ||
| 4 || GetPowerClockInfoEvent
|-
|-
| 5 ||
| 5 ||
Line 453: Line 453:
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 0 || SetLdoEnabled || Takes a bool. Enables the LDO this session was opened for.
| 0 || [[#SetVoltageEnabled]]
|-
|-
| 1 || ||
| 1 ||
|-
|-
| 2 || GetLdoEnabled || Returns a bool. True if voltage is enabled, false if not.
| 2 || [[#GetVoltageEnabled]]
|-
|-
| 3 || ||
| 3 || GetVoltageRange
|-
|-
| 4 || ||
| 4 || GetVoltageValue
|-
|-
| 5 || SetLdoVoltage || Takes in a voltage and sets the LDO to this voltage.
| 5 || [[#SetVoltageValue]]
|-
|-
| 6 || ||
| 6 ||
|}
|}
=== SetVoltageEnabled ===
Takes a bool. Enables the LDO this session was opened for.
=== GetVoltageEnabled ===
Returns a bool. True if voltage is enabled, false if not.
=== SetVoltageValue ===
Takes in a voltage and sets the LDO to this voltage.


= rtc =
= rtc =