Searched refs:ErrorCorrection (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | memory.hpp | 91 enum class ErrorCorrection{ enum 194 NLOHMANN_JSON_SERIALIZE_ENUM(ErrorCorrection, { 195 {ErrorCorrection::Invalid, "Invalid"}, 196 {ErrorCorrection::NoECC, "NoECC"}, 197 {ErrorCorrection::SingleBitECC, "SingleBitECC"}, 198 {ErrorCorrection::MultiBitECC, "MultiBitECC"}, 199 {ErrorCorrection::AddressParity, "AddressParity"},
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | MemoryStore.js | 23 ErrorCorrection, 44 errorCorrection: ErrorCorrection,
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 930 - ErrorCorrection
|