Searched defs:mfi_bbu_status (Results 1 – 1 of 1) sorted by relevance
1162 struct mfi_bbu_status { struct1163 uint8_t battery_type;1167 uint8_t reserved;1168 uint16_t voltage; /* mV */1169 int16_t current; /* mA */1170 uint16_t temperature; /* degC */1171 uint32_t fw_status;1213 union mfi_bbu_status_detail detail; argument