![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Type for device feature bitmap. More...
#include <virtio>
Public Member Functions | |
| Dev_features (l4_uint32_t v) | |
| Make Features from a raw bitmap. | |
Data Fields | |
| l4_uint32_t | raw |
| The raw value of the features bitmap. | |
| typedef cxx::Bitfield< decltype(raw), 28, 28 > | ring_indirect_desc_bfm_t |
| Type to access the ring_indirect_desc bits (28 to 28) of raw. | |
| constexpr ring_indirect_desc_bfm_t::Val | ring_indirect_desc () const |
| Get the ring_indirect_desc bits (28 to 28) of raw. | |
| constexpr ring_indirect_desc_bfm_t::Ref | ring_indirect_desc () |
| Get a reference to the ring_indirect_desc bits (28 to 28) of raw. | |
| typedef cxx::Bitfield< decltype(raw), 29, 29 > | ring_event_idx_bfm_t |
| Type to access the ring_event_idx bits (29 to 29) of raw. | |
| constexpr ring_event_idx_bfm_t::Val | ring_event_idx () const |
| Get the ring_event_idx bits (29 to 29) of raw. | |
| constexpr ring_event_idx_bfm_t::Ref | ring_event_idx () |
| Get a reference to the ring_event_idx bits (29 to 29) of raw. | |