usecrate::lib_bool_enum;lib_bool_enum!{/// Represents the `HPI_IMPLEMENTATION` sub-field of the `HPI_FEATURES` field.
HpiImplementation {/// Indicates the HPI mechanism is based on `CMD13`.
Cmd13 =false,/// Indicates the HPI mechanism is based on `CMD12`.
Cmd12 =true,}}