Locally used function to request or release a pin control.
Prototype
XStatus XPm_PinCtrlAction(const u32 pin, const enum XPmApiId api);
Parameters
The following table lists the XPm_PinCtrlAction
function arguments.
Type | Name | Description |
---|---|---|
const u32 | pin | PIN identifier (index from range 0-77) |
const enum
XPmApiId
|
api | API identifier (request or release pin control) |