Software APIs
Public Member Functions | Data Fields
boot_svc_msg Union Reference

A Boot Services message. More...

#include <sw/device/silicon_creator/lib/boot_svc/boot_svc_msg.h>

Public Member Functions

 BOOT_SVC_MSGS_DEFINE (BOOT_SVC_MSG_FIELD)
 Boot services request and response messages.
 

Data Fields

boot_svc_header_t header
 Common initial sequence.
 

Detailed Description

A Boot Services message.

This is defined as a union where the common initial sequence is a boot_svc_header_t. This makes it possible to store and read different types of messages to the same location without invoking undefined behavior.

Definition at line 60 of file boot_svc_msg.h.