1.41.6.14 HEMC_TestModeSetCbValue Function

C

void HEMC_TestModeSetCbValue(HEMC_HEMC_CHANNEL channel, uint16_t tcb1)

Summary

Set the HEMC peripheral HECC test mode check bit values.

Description

Set the HEMC peripheral HECC test mode check bit values.

Precondition

None.

Parameters

Param Description
channel HECC channel for the memory type
tcb1 Test check bit value to set

Returns

None

Example

HEMC_TestModeSetCbValue(HEMC_HEMC_CH_HSDRAMC, 0x1);

Remarks

None