Synopsis
CTL_STATUS_t platform_lock_pin(int pin);
Description

platform_lock_pin attempts to raise the claim on pin pin to PIN_CLAIM_LOCKED If the underlying microcontroller implements pin locks, the Platform Library may take advantage of this and hardware-lock the pin in addition to locking it in software.

Return Value

platform_lock_pin returns a standard status code.

See Also

platform_lock_pin