class FieldPrinter

Defined at line 74 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h

Public Methods

void Print (uint64_t value, char * buf, size_t len)

Prints the field name, and the result of extracting the field from |value| in

hex (with a left-padding of zeroes to a length matching the maximum number of

nibbles needed to represent any value the field could take).

Defined at line 13 of file ../../zircon/system/ulib/hwreg/printers.cc

void Print (uint64_t value, char * buf, size_t len)

Prints the field name, and the result of extracting the field from |value| in

hex (with a left-padding of zeroes to a length matching the maximum number of

nibbles needed to represent any value the field could take).

Defined at line 13 of file ../../zircon/system/ulib/hwreg/printers.cc

void Print (uint64_t value, char * buf, size_t len)

Prints the field name, and the result of extracting the field from |value| in

hex (with a left-padding of zeroes to a length matching the maximum number of

nibbles needed to represent any value the field could take).

Defined at line 13 of file ../../zircon/system/ulib/hwreg/printers.cc

void FieldPrinter ()

Defined at line 76 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h

void FieldPrinter (const char * name, uint32_t bit_high_incl, uint32_t bit_low)

Defined at line 77 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h

const char * name ()

Defined at line 85 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h

uint32_t bit_high_incl ()

Defined at line 86 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h

uint32_t bit_low ()

Defined at line 87 of file ../../zircon/system/ulib/hwreg/include/hwreg/internal.h