2.51.19 HEMC_Read16 Function

C

void HEMC_Read16(uint32_t dataAddress)

Summary

Read 16 bit data at the given address.

Description

Read 16 bit data at the given address.

Precondition

None.

Parameters

ParamDescription
dataAddressAddress were data is read.

Returns

Read data.

Example

uint16_t data = HEMC_Read16((uint32_t)(0x60000000U));

Remarks

None.