1.21.14.7 PMP_AddressPortEnable Function

C

void PMP_AddressPortEnable( uint32_t portFunctions )

Summary

Enables the port lines specified as PMP address lines.

Description

This function enables the port lines specified as PMP address lines.

Precondition

PMP should have been initialized by calling PMP_Initialize.

Parameters

Param Description
portFunctions One of the possible values

Returns

None.

Example

PMP_Initialize();
PMP_AddressPortEnable(0x1);

Remarks

None.