1.12.17.2 PMP_AddressSet Function

C

void PMP_AddressSet( uint32_t address )

Summary

Sets the current address of the PMP module to the specified address.

Description

This function sets the current address of the PMP module to the specified value.

Precondition

PMP should have been initialized by calling PMP_Initialize.

Parameters

Param Description
address Device address to be set

Returns

None.

Example

PMP_Initialize();
PLIB_PMP_AddressSet(0x1);

Remarks

None.