Searched refs:ErrorCorrection (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | memory.hpp | 89 enum class ErrorCorrection{ enum 192 NLOHMANN_JSON_SERIALIZE_ENUM(ErrorCorrection, { 193 {ErrorCorrection::Invalid, "Invalid"}, 194 {ErrorCorrection::NoECC, "NoECC"}, 195 {ErrorCorrection::SingleBitECC, "SingleBitECC"}, 196 {ErrorCorrection::MultiBitECC, "MultiBitECC"}, 197 {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 | 912 - ErrorCorrection
|