3.3.4.57 EMAFE_ADCGetSecurityControls Function
C
uint32_t EMAFE_ADCGetSecurityControls ( void );Summary
Get the security options of the analog system.
Description
Get the security options of the analog system.
Precondition
None.
Parameters
None.
Returns
Bit mask obtained from the secure options.
Example
secureOptions = EMAFE_ADCGetSecurityControls();
Remarks
| Secure Options | Description |
|---|---|
| EMAFE_ADC_SECURITY_SECRES_Msk | Restricted Access Security Level. When activated, this security level allows writing into the reserved configuration registers. |
| EMAFE_ADC_SECURITY_SECPRIV_Msk | Private Access Security Level. When
activated, this security level bypasses internal
FSM and allows the direct control of the analog
cells. Note: When this
security level is activated, the user must take
care of not damaging analog IPs by activating a
forbidden configuration. |
| EMAFE_ADC_SECURITY_SYS_RDY_DIS_Msk | System Ready Disable. When activated, the EMAFE ADC interface does not wait for the system ready signal be high to write into registers. |
