mfxstm32l152_IO_InitPin() function
Initialize the selected IO pin direction.
Arguments
DeviceAddr
Device address on communication Bus.
IO_Pin
The IO pin to be configured. This parameter could be any combination of the following values: @arg MFXSTM32L152_GPIO_PIN_x: Where x can be from 0 to 23.
Direction
could be MFXSTM32L152_GPIO_DIR_IN or MFXSTM32L152_GPIO_DIR_OUT.
Return value
None