| 
    quic/qbox
    
   | 
 
fields within registered encapsulated using a bitfield proxy. This field is constructed from a specific bit field in a specific register. The bitfield itself may be re-used to use the same field in another register. More...
#include <registers.h>
Public Member Functions | |
| gs_field (gs_register< TYPE > ®, std::string name, uint32_t bit_start=0, uint32_t bit_length=sizeof(TYPE) *8) | |
| void | operator= (TYPE value) | 
| void | operator= (gs_field< TYPE > &value) | 
| operator TYPE () | |
| operator gs::gs_bitfield< TYPE > & () | |
fields within registered encapsulated using a bitfield proxy. This field is constructed from a specific bit field in a specific register. The bitfield itself may be re-used to use the same field in another register.