class Command

Defined at line 45 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

Public Members

 field_command_index_59
 field_command_type_60
 field_data_present_61
 field_command_index_check_62
 field_command_crc_check_63
 field_response_type_64
static const uint16_t kResponseTypeNone
static const uint16_t kResponseType136Bits
static const uint16_t kResponseType48Bits
static const uint16_t kResponseType48BitsWithBusy
static const uint16_t kCommandTypeNormal
static const uint16_t kCommandTypeSuspend
static const uint16_t kCommandTypeResume
static const uint16_t kCommandTypeAbort

Public Methods

hwreg::RegisterAddr<Command> Get ()

Defined at line 57 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType command_index ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 59 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_command_index (typename SelfType::ValueType val)

Defined at line 59 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType command_type ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 60 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_command_type (typename SelfType::ValueType val)

Defined at line 60 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType data_present ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 61 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_data_present (typename SelfType::ValueType val)

Defined at line 61 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType command_index_check ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 62 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_command_index_check (typename SelfType::ValueType val)

Defined at line 62 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType command_crc_check ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 63 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_command_crc_check (typename SelfType::ValueType val)

Defined at line 63 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
typename SelfType::ValueType response_type ()

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 64 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

template <, >
SelfType & set_response_type (typename SelfType::ValueType val)

Defined at line 64 of file ../../src/devices/block/drivers/sdhci/sdhci-reg.h

Records