Synopsis
CTL_STATUS_t platform_digital_pin_drive_strength(int pin);
Description

platform_digital_pin_drive_strength returns the configured drive strength, in milliamps, for the pin pin.

Return Value

platform_digital_pin_drive_strength returns an extended status code. If the status indicates an error, pin does not drive strength configuration.

Platform notes

Not all platform provide programmable drive strength. See platform_set_digital_pin_drive_strength for additional platform information.

See Also

platform_set_digital_pin_drive_strength