1.10.16.7 1.12.17.7 1.16.13.7 1.17.13.7 1.18.13.7 1.19.13.7 1.20.13.7 1.21.14.7 1.22.18.7 1.23.17.7 PMP_AddressPortEnable Function
C
void PMP_AddressPortEnable( uint32_t portFunctions )
Summary
Enables the port lines specified as PMP address lines.
Description
This function enables 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);
Remarks
None.