1.42.5.20 HEMC_Read32 Function

C

void HEMC_Read32(uint32_t dataAddress)

Summary

Read 32 bit data at the given address.

Description

Read 32 bit data at the given address.

Precondition

None.

Parameters

Param Description
dataAddress Address were data is read.

Returns

Read data.

Example

uint32_t data = HEMC_Read32((uint32_t)(0x60000000U));

Remarks

None.