joey shelton / LED_Demo2

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Embed: (wiki syntax)

« Back to documentation index

UVISOR_PACKED Struct Reference

UVISOR_PACKED Struct Reference

Register gateway structure. More...

#include <register_gateway_exports.h>


Detailed Description

Register gateway structure.

RPC gateway structure.

This struct is packed because we must ensure that the `svc_opcode` field has no padding before itself, and that the `bxlr` field is at a pre-determined offset from the `branch` field.

This struct is packed because we must ensure that the `ldr_pc` field has no padding before itself and will be located at a valid instruction location, and that the `function` field is at a pre-determined offset from the `ldr_pc` field.

Definition at line 41 of file register_gateway_exports.h.