RTEMS 6.1-rc1
|
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 |
The structure of setpoint authentication.
bool _src_setpoint_authentication::allowNonSecureModeAccess |
Allow both secure and non-secure modes to config setpoint.
bool _src_setpoint_authentication::allowUserModeAccess |
Allow both privilege and user modes to config setpoint.
bool _src_setpoint_authentication::enableSetpointTranferReset |
Control whether reset slice is in setpoint mode.
bool _src_setpoint_authentication::lockSetting |
Control whether lock the setpoint access setting.
bool _src_setpoint_authentication::lockWhiteList |
Control whether lock the value in white list
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.