CIRCT  19.0.0git
Public Attributes | List of all members
circt::hw::detail::OffsetFieldInfo Struct Reference

Struct defining a field with an offset. Used in unions. More...

#include <HWTypes.h>

Collaboration diagram for circt::hw::detail::OffsetFieldInfo:
Collaboration graph
[legend]

Public Attributes

StringAttr name
 
Type type
 
size_t offset
 

Detailed Description

Struct defining a field with an offset. Used in unions.

Definition at line 97 of file HWTypes.h.

Member Data Documentation

◆ name

StringAttr circt::hw::detail::OffsetFieldInfo::name

Definition at line 98 of file HWTypes.h.

◆ offset

size_t circt::hw::detail::OffsetFieldInfo::offset

Definition at line 100 of file HWTypes.h.

◆ type

Type circt::hw::detail::OffsetFieldInfo::type

The documentation for this struct was generated from the following file: