1.41.6.19 1.42.5.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
Param | Description |
---|---|
dataAddress | Address were data is read. |
Returns
Read data.
Example
uint16_t data = HEMC_Read16((uint32_t)(0x60000000U));
Remarks
None.