1.41.6.3 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

Param Description
chipSelect The 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.