L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
L4virtio::Svr::Scmi::Scmi_hdr_t Struct Reference

SCMI header. More...

#include <virtio-scmi-device>

Collaboration diagram for L4virtio::Svr::Scmi::Scmi_hdr_t:
typedef cxx::Bitfield< decltype(hdr_raw), 18, 27 > token_bfm_t
 Type to access the token bits (18 to 27) of hdr_raw.
constexpr token_bfm_t::Val token () const
 Get the token bits (18 to 27) of hdr_raw.
constexpr token_bfm_t::Ref token ()
 Get a reference to the token bits (18 to 27) of hdr_raw.
typedef cxx::Bitfield< decltype(hdr_raw), 10, 17 > protocol_id_bfm_t
 Type to access the protocol_id bits (10 to 17) of hdr_raw.
constexpr protocol_id_bfm_t::Val protocol_id () const
 Get the protocol_id bits (10 to 17) of hdr_raw.
constexpr protocol_id_bfm_t::Ref protocol_id ()
 Get a reference to the protocol_id bits (10 to 17) of hdr_raw.
typedef cxx::Bitfield< decltype(hdr_raw), 8, 9 > message_type_bfm_t
 Type to access the message_type bits (8 to 9) of hdr_raw.
constexpr message_type_bfm_t::Val message_type () const
 Get the message_type bits (8 to 9) of hdr_raw.
constexpr message_type_bfm_t::Ref message_type ()
 Get a reference to the message_type bits (8 to 9) of hdr_raw.
typedef cxx::Bitfield< decltype(hdr_raw), 0, 7 > message_id_bfm_t
 Type to access the message_id bits (0 to 7) of hdr_raw.
constexpr message_id_bfm_t::Val message_id () const
 Get the message_id bits (0 to 7) of hdr_raw.
constexpr message_id_bfm_t::Ref message_id ()
 Get a reference to the message_id bits (0 to 7) of hdr_raw.

Detailed Description

SCMI header.

Definition at line 45 of file virtio-scmi-device.


The documentation for this struct was generated from the following file: