template <typename IntType>
struct FieldPrinterList
Defined at line 102 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h
Public Members
std::array<FieldPrinter, sizeof(IntType) * 8> fields
unsigned int num_fields
Public Methods
void AppendField (const char * name, uint32_t bit_high_incl, uint32_t bit_low)
Defined at line 109 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h