PDK API Guide for J721E
Sciclient_ConfigPrms_t Struct Reference

Detailed Description

Initialization parameters for sciclient. Pointer to this is passed to Sciclient_init.

Data Fields

uint32_t opModeFlag
 
Sciclient_BoardCfgPrms_tpBoardCfgPrms
 
uint32_t isSecureMode
 
uint32_t c66xRatRegion
 
uint8_t skipLocalBoardCfgProcess
 
Sciclient_BoardCfgPrms_t inPmPrms
 
Sciclient_BoardCfgPrms_t inRmPrms
 

Field Documentation

◆ opModeFlag

uint32_t Sciclient_ConfigPrms_t::opModeFlag

Operation mode for the Sciclient Service API. Refer to Sciclient_ServiceOperationMode for valid values.

◆ pBoardCfgPrms

Sciclient_BoardCfgPrms_t* Sciclient_ConfigPrms_t::pBoardCfgPrms

NULL will result in using default board configuration. Refer Sciclient_BoardCfgPrms_t

◆ isSecureMode

uint32_t Sciclient_ConfigPrms_t::isSecureMode

Variable to check whether Core context is secure/non-secure. This has to be given by the user via configParams. Default value is 0.

◆ c66xRatRegion

uint32_t Sciclient_ConfigPrms_t::c66xRatRegion

C66x Rat region to use for mapping the IR

◆ skipLocalBoardCfgProcess

uint8_t Sciclient_ConfigPrms_t::skipLocalBoardCfgProcess

Skip processing of local RM/PM board configurations during initialization

◆ inPmPrms

Sciclient_BoardCfgPrms_t Sciclient_ConfigPrms_t::inPmPrms

Power Management Board Config Input Parameters

◆ inRmPrms

Sciclient_BoardCfgPrms_t Sciclient_ConfigPrms_t::inRmPrms

Resource Management Board Config Input Parameters