|
unsigned char | raw |
| Raw value of the VIRTIO device status register.
|
|
typedef cxx::Bitfield< decltype(raw), 0, 0 > | acked_bfm_t |
| Type to access the acked bits ( 0 to 0 ) of raw . More...
|
|
acked_bfm_t::Val | acked () const |
| Get the acked bits ( 0 to 0 ) of raw . More...
|
|
acked_bfm_t::Ref | acked () |
| Get a reference to the acked bits ( 0 to 0 ) of raw . More...
|
|
typedef cxx::Bitfield< decltype(raw), 1, 1 > | driver_bfm_t |
| Type to access the driver bits ( 1 to 1 ) of raw . More...
|
|
driver_bfm_t::Val | driver () const |
| Get the driver bits ( 1 to 1 ) of raw . More...
|
|
driver_bfm_t::Ref | driver () |
| Get a reference to the driver bits ( 1 to 1 ) of raw . More...
|
|
typedef cxx::Bitfield< decltype(raw), 2, 2 > | driver_ok_bfm_t |
| Type to access the driver_ok bits ( 2 to 2 ) of raw . More...
|
|
driver_ok_bfm_t::Val | driver_ok () const |
| Get the driver_ok bits ( 2 to 2 ) of raw . More...
|
|
driver_ok_bfm_t::Ref | driver_ok () |
| Get a reference to the driver_ok bits ( 2 to 2 ) of raw . More...
|
|
typedef cxx::Bitfield< decltype(raw), 3, 3 > | features_ok_bfm_t |
| Type to access the features_ok bits ( 3 to 3 ) of raw . More...
|
|
features_ok_bfm_t::Val | features_ok () const |
| Get the features_ok bits ( 3 to 3 ) of raw . More...
|
|
features_ok_bfm_t::Ref | features_ok () |
| Get a reference to the features_ok bits ( 3 to 3 ) of raw . More...
|
|
typedef cxx::Bitfield< decltype(raw), 7, 7 > | failed_bfm_t |
| Type to access the failed bits ( 7 to 7 ) of raw . More...
|
|
failed_bfm_t::Val | failed () const |
| Get the failed bits ( 7 to 7 ) of raw . More...
|
|
failed_bfm_t::Ref | failed () |
| Get a reference to the failed bits ( 7 to 7 ) of raw . More...
|
|
Type of the device status register.
Definition at line 44 of file virtio.