1.28.5.5 EIC_FreezeConfiguration Function

C

bool EIC_FreezeConfiguration(EIC_PIN pin)

Summary

Freeze EIC configuration.

Description

Calling this API freezes the configurations of an EIC pin. Any further API calls changing the behavior of the EIC will return false.

Precondition

EIC_Initialize() must have been called first for the associated instance.

Parameters

Param Description
pin EIC Pin number

Returns

bool - Status of the API call.

Example

EIC_FreezeConfiguration(EIC_PIN_0);

Remarks

None.