1.41.6.18 HEMC_Read8 Function

C

void HEMC_Read8(uint32_t dataAddress)

Summary

Read 8 bit data at the given address.

Description

Read 8 bit data at the given address.

Precondition

None.

Parameters

Param Description
dataAddress Address were data is read.

Returns

Read data.

Example

uint8_t data = HEMC_Read8((uint32_t)(0x60000000U));

Remarks

None.