1.21.14.3 PMP_AddressGet Function

C

uint32_t PMP_AddressGet( void )

Summary

Gets the current address of the PMP module.

Description

This function gets the current address of the PMP module.

Precondition

PMP should have been initialized by calling PMP_Initialize.

Parameters

None.

Returns

address - Device address

Example

uint32_t address;

PMP_Initialize();
address = PLIB_PMP_AddressGet();

Remarks

None.