summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index 72278238..1a9e1968 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -132,6 +132,7 @@ enum generic_consts
namespace i2c
{
+///
/// @brief List of explorer I2C commands
///
enum cmd_id : uint8_t
@@ -260,10 +261,10 @@ enum cmd_and_response_id
EXP_FW_DDR_PHY_INIT = 0x02,
// read temperature sensor
- EXP_FW_FW_TEMP_SENSOR_PASS_THROUGH_READ = 0x03,
+ EXP_FW_TEMP_SENSOR_PASS_THROUGH_READ = 0x03,
// configure temperature sensor
- EXP_FW_FW_TEMP_SENSOR_PASS_THROUGH_WRITE = 0x04,
+ EXP_FW_TEMP_SENSOR_PASS_THROUGH_WRITE = 0x04,
// configure interval read mechanism
EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ = 0x05,
@@ -289,6 +290,7 @@ enum cmd_and_response_id
///
/// @brief Command flag definitions
+///
enum cmd_flags
{
NO_FLAGS = 0,
@@ -305,7 +307,6 @@ enum response_arg
};
}// omi
-
}// exp
}// mss
OpenPOWER on IntegriCloud