L4Re Operating System Framework
Interface and Usage Documentation
|
Virtio console specific feature bits. More...
#include <virtio-console>
Additional Inherited Members | |
Public Types inherited from L4virtio::Svr::Dev_features | |
Public Member Functions inherited from L4virtio::Svr::Dev_features | |
Dev_features (l4_uint32_t v) | |
Make Features from a raw bitmap. | |
Data Fields inherited from L4virtio::Svr::Dev_features | |
l4_uint32_t | raw |
The raw value of the features bitmap. | |
Virtio console specific feature bits.
Definition at line 18 of file virtio-console.
typedef cxx::Bitfield<decltype( raw ), 1 , 1 > L4virtio::Svr::Console::Features::console_multiport_bfm_t |
Device has support for multiple ports.
Type to access the console_multiport
bits ( 1 to 1 ) of raw
.
Definition at line 25 of file virtio-console.
typedef cxx::Bitfield<decltype( raw ), 0 , 0 > L4virtio::Svr::Console::Features::console_size_bfm_t |
Configuration cols
and rows
are valid.
Type to access the console_size
bits ( 0 to 0 ) of raw
.
Definition at line 23 of file virtio-console.
typedef cxx::Bitfield<decltype( raw ), 2 , 2 > L4virtio::Svr::Console::Features::emerg_write_bfm_t |
Device has support for emergency write.
Type to access the emerg_write
bits ( 2 to 2 ) of raw
.
Definition at line 27 of file virtio-console.