Software APIs
boot_svc_enter_rescue_res Struct Reference

An Enter Rescue response. More...

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

Data Fields

boot_svc_header_t header
 Boot services message header.
 
uint32_t status
 Response status from the ROM_EXT.
 

Detailed Description

An Enter Rescue response.

Definition at line 41 of file boot_svc_enter_rescue.h.

Field Documentation

◆ header

boot_svc_header_t boot_svc_enter_rescue_res::header

Boot services message header.

Definition at line 45 of file boot_svc_enter_rescue.h.

◆ status

uint32_t boot_svc_enter_rescue_res::status

Response status from the ROM_EXT.

Definition at line 49 of file boot_svc_enter_rescue.h.