Synopsis
CTL_STATUS_t platform_set_multi_digital_pin_drive_strength(const unsigned char *pins,
                                                           int strength);
Description

platform_set_multi_digital_pin_drive_strength iterates over the list of pins pins and sets each listed pin's drive strength to strength milliamps using platform_set_digital_pin_drive_strength. The pin list pins must be terminated by PLATFORM_END_OF_LIST. If any pin cannot be configured, platform_set_multi_digital_pin_drive_strength immediately returns the status.

See Also

platform_set_digital_pin_drive_strength, platform_set_multi_digital_pin_drive_strength