File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,13 @@ enum regulator_detection_severity {
101
101
* is requested.
102
102
* @set_over_voltage_protection: Support enabling of and setting limits for over
103
103
* voltage situation detection. Detection can be configured for same
104
- * severities as over current protection.
104
+ * severities as over current protection. Units of uV.
105
105
* @set_under_voltage_protection: Support enabling of and setting limits for
106
- * under situation detection.
106
+ * under voltage situation detection. Detection can be configured for same
107
+ * severities as over current protection. Units of uV.
107
108
* @set_thermal_protection: Support enabling of and setting limits for over
108
- * temperature situation detection.
109
+ * temperature situation detection.Detection can be configured for same
110
+ * severities as over current protection. Units of degree Kelvin.
109
111
*
110
112
* @set_active_discharge: Set active discharge enable/disable of regulators.
111
113
*
You can’t perform that action at this time.
0 commit comments