2.51.4 HEMC_EnableECC Function

C

bool HEMC_EnableECC( uint8_t chipSelect )

Summary

Enable the ECC for the given chip select.

Description

This function enable the ECC for the given chip select of the HEMC peripheral.

Precondition

None.

Parameters

ParamDescription
chipSelectThe chip select for which ECC is enabled.

Returns

True if ECC was enable for this chip select, False otherwise.

Example

HEMC_EnableECC(0);

Remarks

None.