Synopsis
void stm32_set_multi_pin_alternate_function(const unsigned char *pins,
                                            unsigned function);
Description

stm32_set_multi_pin_alternate_function configures the list of pin connections pins to use the alternative function function. The list must be terminated by PLATFORM_END_OF_LIST.