1.10.16.8 1.12.17.8 1.16.13.8 1.17.13.8 1.18.13.8 1.19.13.8 1.20.13.8 1.21.14.8 1.22.18.8 1.23.17.8 PMP_AddressPortDisable Function
C
void PMP_AddressPortDisable( uint32_t portFunctions )
Summary
Disables the port lines specified as PMP address lines.
Description
This function disables 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); PMP_AddressPortDisable(0x1);
Remarks
None.