1.10.16.3 1.12.17.3 1.16.13.3 1.17.13.3 1.18.13.3 1.19.13.3 1.20.13.3 1.21.14.3 1.22.18.3 1.23.17.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.