usecrate::lib_bool_enum;lib_bool_enum!{/// Represents the `CLASS_6_CTRL` field of the [ExtCsd](super::ExtCsd) register.
Class6Ctrl {/// Indicates that `Class6` commands are used for write-protect configuration.
WriteProtect =false,/// Indicates that `Class6` commands are used for dynamic capacity configuration.
DynamicCapacity =true,}}