//! Memory-group parameters (M0–M9).
/// All 14 registers of a memory group (M0–M9). Field order matches the
/// on-wire register order.
///
/// Note the cumulative limits use *different* scales: `s_oah_ah` is the
/// charge limit in Ah (encoded raw / 1000), `s_owh_wh` the energy limit
/// in Wh (encoded raw / 100 — 10 mWh units, *not* the 1 mWh scale used
/// by the cumulative WH counters at 0x0008/0x0009). The XY firmware
/// stores the energy threshold in coarser units to extend the 32-bit
/// range to ~42.9 GWh.