summaryrefslogtreecommitdiffstats
path: root/doc/opal-api/opal-sensor-read-u64-162.rst
blob: b75bcbc26c6295ce60ba8c3a9cd934e60be90faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OPAL_SENSOR_READ_U64
====================

The OPAL sensor call to read sensor data of type u64. Unlike
opal_sensor_read which reads upto u32 this call can be used to
read values of sensors upto 64bits. The calling conventions and
return values are same as OPAL_SENSOR_READ.
(ref: doc/opal-api/opal-sensor-read-88.rst)

Parameters
----------
::

	u32 sensor_handler
	int	 token
	u64 *sensor_data
OpenPOWER on IntegriCloud