Call this function to get currently configured value of pin parameter.
Prototype
XStatus XPm_PinCtrlGetParameter(const u32 pin, const enum XPmPinParam param, u32 *const value);
Parameters
The following table lists the XPm_PinCtrlGetParameter
function arguments.
Type | Name | Description |
---|---|---|
const u32 | pin | Pin identifier |
const enum
XPmPinParam
|
param | Pin parameter identifier |
u32 *const | value | Location to store value of the pin parameter |