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 OptionsDescription
EMAFE_ADC_SECURITY_SECRES_MskRestricted Access Security Level. When activated, this security level allows writing into the reserved configuration registers.
EMAFE_ADC_SECURITY_SECPRIV_MskPrivate 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_MskSystem Ready Disable. When activated, the EMAFE ADC interface does not wait for the system ready signal be high to write into registers.