struct DeviceArchRegister

Defined at line 146 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

[CS] B2.3.4

Identifies the architect and architecture of a CoreSight component

(DEVARCH).

Public Members

 field_architect_147
 field_present_148
 field_revision_149
 field_archid_150

Public Methods

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

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

Defined at line 147 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

Defined at line 147 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

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

Defined at line 148 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

Defined at line 148 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

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

Defined at line 149 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

Defined at line 149 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

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

Defined at line 150 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

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

Defined at line 150 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

hwreg::RegisterAddr<DeviceArchRegister> Get ()

Defined at line 152 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h

Records