1.10.16.8 PMP_AddressPortDisable Function

C

void PMP_AddressPortDisable( uint32_t portFunctions )

Summary

Disables the port lines specified as PMP address lines.

Description

This function disables 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);
PMP_AddressPortDisable(0x1);

Remarks

None.