1.41.6.9 1.42.5.9 HEMC_TestModeReadEnable Function
C
void HEMC_TestModeReadEnable(HEMC_HEMC_CHANNEL channel)
Summary
Enable the HEMC peripheral HECC test mode Read.
Description
Enable the HEMC peripheral HECC test mode Read. When enabled, the ECC check bit value read is updated in TESTCB1 register at each HEMC data read.
Precondition
None.
Parameters
Param | Description |
---|---|
channel | HECC channel for the memory type |
Returns
None
Example
HEMC_TestModeReadEnable(HEMC_HEMC_CH_HSDRAMC);
Remarks
None