Synopsis
CTL_STATUS_t platform_private_test_pin_claim(int pin,
                                             int function);
Description

platform_private_test_pin_claim tests whether pin pin can be claimed for function function. The function parameter is the inclusive-or of a PLATFORM_PIN_CLAIM_t constant and a PLATFORM_PIN_FUNCTION_t constant.

Return Value

platform_private_test_pin_claim returns a standard status code.

See Also

platform_claim_pin