usecrate::lib_enum;usecrate::result::Error;lib_enum!{/// Represents the `Voltage Host Supplied` argument field for `CMD8`.
VoltageSupplied:u8{
default:V2736,
error: Error,/// Indicates the host voltage is in the range: 2.7-3.6V.
V2736=0b0001,/// Indicates the host uses low voltage.
LowVoltage =0b0010,}}