template <class IntType>
class BitfieldRef
Defined at line 276 of file ../../zircon/system/ulib/hwreg/include/hwreg/bitfields.h
Public Methods
void BitfieldRef<IntType> (IntType * value_ptr, uint32_t bit_high_incl, uint32_t bit_low)
Defined at line 278 of file ../../zircon/system/ulib/hwreg/include/hwreg/bitfields.h
void BitfieldRef<IntType> (IntType * value_ptr, uint32_t bit_high_incl, uint32_t bit_low, bool unshifted)
Defined at line 283 of file ../../zircon/system/ulib/hwreg/include/hwreg/bitfields.h
IntType get ()
Defined at line 290 of file ../../zircon/system/ulib/hwreg/include/hwreg/bitfields.h
void set (IntType field_val)
Defined at line 292 of file ../../zircon/system/ulib/hwreg/include/hwreg/bitfields.h