1.3.5.1.12 PRIME_HAL_WRP_Configure Function

C

void PRIME_HAL_WRP_Configure(const HAL_API *pHalApi);

Summary

Configure the wrapper between the PRIME Library and the external resources.

Description

This routine configures the wrapper between the PRIME Library and the external resources through the HAL API.

Precondition

None.

Parameters

ParamDescription
pHalApiPointer to HAL API

Returns

None.

Example

extern const HAL_API primeHalAPI;

PRIME_HAL_WRP_Configure(&primeHalAPI);

Remarks

None.