RTEMS 6.1-rc1
Data Fields
_src_setpoint_authentication Struct Reference

The structure of setpoint authentication. More...

#include <fsl_soc_src.h>

Data Fields

bool enableSetpointTranferReset
 
uint32_t whiteList
 
bool lockWhiteList
 
bool lockSetting
 
bool allowNonSecureModeAccess
 
bool allowUserModeAccess
 

Detailed Description

The structure of setpoint authentication.

Field Documentation

◆ allowNonSecureModeAccess

bool _src_setpoint_authentication::allowNonSecureModeAccess

Allow both secure and non-secure modes to config setpoint.

◆ allowUserModeAccess

bool _src_setpoint_authentication::allowUserModeAccess

Allow both privilege and user modes to config setpoint.

◆ enableSetpointTranferReset

bool _src_setpoint_authentication::enableSetpointTranferReset

Control whether reset slice is in setpoint mode.

  • true Slice hardware reset will be triggered by set point transition.
  • false Slice hardware reset will not be trigged by set point transition.

◆ lockSetting

bool _src_setpoint_authentication::lockSetting

Control whether lock the setpoint access setting.

◆ lockWhiteList

bool _src_setpoint_authentication::lockWhiteList

Control whether lock the value in white list

◆ whiteList

uint32_t _src_setpoint_authentication::whiteList

Select the core to access set point control register. The logic OR'ed value of src_core_name_t enumeration.


The documentation for this struct was generated from the following file: