1.10.16.2 1.12.17.2 1.16.13.2 1.17.13.2 1.18.13.2 1.19.13.2 1.20.13.2 1.21.14.2 1.22.18.2 1.23.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.