1.41.6.2 1.42.5.2 HEMC_DisableECC Function
C
bool HEMC_DisableECC( uint8_t chipSelect )
Summary
Disable the ECC for the given chip select.
Description
This function disable the ECC for the given chip select of the HEMC peripheral.
Precondition
None.
Parameters
Param | Description |
---|---|
chipSelect | The chip select for which ECC is disabled. |
Returns
True if ECC was disable for this chip select, False otherwise.
Example
HEMC_DisableECC(0);
Remarks
None.