PDK API Guide for J721E
SwiP_Params Struct Reference

Detailed Description

Basic SwiP Parameters.

Structure that contains the parameters passed into SwiP_create when creating a SwiP instance. The SwiP_Params_init function should be used to initialize the fields to default values before the application sets the fields manually. The SwiP default parameters are noted in SwiP_Params_init.

Data Fields

uintptr_t arg0
 
uintptr_t arg1
 

Field Documentation

uintptr_t SwiP_Params::arg0

Argument 0 passed into the Swi function.

uintptr_t SwiP_Params::arg1

Argument 1 passed into the Swi function.